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 | ???hTB | 001111110011111100111111011010000101010001000010 | 3f3f3f685442 |
SJIS-WIN | 鴨??hTB | 10001010100110110011111100111111011010000101010001000010 | 8a9b3f3f685442 |
EUC-JP | 鴨??hTB | 10110011111110110011111100111111011010000101010001000010 | b3fb3f3f685442 |
UTF-8 | 鴨앺뒚hTB | 111010011011010010101000111011001001010110111010111010111001001010011010011010000101010001000010 | e9b4a8ec95baeb929a685442 |
UHC | 鴨앺뒚hTB | 111001001110010110011101111011011000101010010111011010000101010001000010 | e4e59ded8a97685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)