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 | ???D^e^ | 00111111001111110011111101000100010111100110010101011110 | 3f3f3f445e655e |
SJIS-WIN | ??縟D^e^ | 0011111100111111111000110111010001000100010111100110010101011110 | 3f3fe374445e655e |
EUC-JP | ??縟D^e^ | 0011111100111111111001011101010101000100010111100110010101011110 | 3f3fe5d5445e655e |
UTF-8 | 쐛숰縟D^e^ | 11101100100100001001101111101100100010001011000011100111101110001001111101000100010111100110010101011110 | ec909bec88b0e7b89f445e655e |
UHC | 쐛숰縟D^e^ | 10011100100000011001101001001000111010011011001001000100010111100110010101011110 | 9c819a48e9b2445e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)