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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??市B | 0011111100111111100011100111001101000010 | 3f3f8e7342 |
EUC-JP | ??市B | 0011111100111111101110111101010001000010 | 3f3fbbd442 |
UTF-8 | 뤵폀市B | 11101011101001001011010111101101100011111000000011100101101110001000001001000010 | eba4b5ed8f80e5b88242 |
UHC | 뤵폀市B | 10001111111000111011110010001111111000111011110001000010 | 8fe3bc8fe3bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)