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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 譽壽」壽クャB | 11100110101000111001101011100110101000111001101011100110101110001010110001000010 | e6a39ae6a39ae6b8ac42 |
EUC-JP | 譽壽」壽クャB | 11101100101001011101010011101000100011101010001111010100111010001000111010111000100011101010110001000010 | eca5d4e88ea3d4e88eb88eac42 |
UTF-8 | 譽壽」壽クャB | 11101000101011011011110111100101101000111011110111101111101111011010001111100101101000111011110111101111101111011011100011101111101111011010110001000010 | e8adbde5a3bdefbda3e5a3bdefbdb8efbdac42 |
UHC | 譽壽?壽??B | 11100111111000101110000111111000001111111110000111111000001111110011111101000010 | e7e2e1f83fe1f83f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)