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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 泣??x | 1000101110000011001111110011111101111000 | 8b833f3f78 |
EUC-JP | 泣??x | 1011010111100011001111110011111101111000 | b5e33f3f78 |
UTF-8 | 泣뽫뼨x | 11100110101100111010001111101011101111011010101111101011101111001010100001111000 | e6b3a3ebbdabebbca878 |
UHC | 泣뽫뼨x | 11101011111010001001011011100111100101101010101101111000 | ebe896e796ab78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)