To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 堤??潘? | 10010010111001110011111100111111111000000100111000111111 | 92e73f3fe04e3f |
EUC-JP | 堤?邕潘? | 110001001110100100111111100011111110000111101101110111111010111100111111 | c4e93f8fe1eddfaf3f |
UTF-8 | 堤렚邕潘렮 | 111001011010000010100100111010111010000010011010111010011000001010010101111001101011110110011000111010111010000010101110 | e5a0a4eba09ae98295e6bd98eba0ae |
UHC | 堤렚邕潘렮 | 11110000101001111000111010101101111010001011101111011010111010111000111010111011 | f0a78eade8bbdaeb8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)