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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裝絅?葬 | 11100101111001001110001101000100001111111001000110010010 | e5e4e3443f9192 |
EUC-JP | 裝絅?葬 | 11101010111001101110010110100101001111111100000111110010 | eae6e5a53fc1f2 |
UTF-8 | 裝絅특葬 | 111010001010001110011101111001111011010110000101111011011000101010111001111010001001000110101100 | e8a39de7b585ed8ab9e891ac |
UHC | 裝絅특葬 | 1110110111111011110011001110011111000110101011111110110111110111 | edfbcce7c6afedf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)