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 | 鶯辞肄軸 | 1110100111110010100011101010101111100011111001011000111010110010 | e9f28eabe3e58eb2 |
EUC-JP | 鶯辞肄軸 | 1111001011110100101111001010110111100110111001111011110010110100 | f2f4bcade6e7bcb4 |
UTF-8 | 鶯辞肄軸 | 111010011011011010101111111010001011111010011110111010001000001010000100111010001011101110111000 | e9b6afe8be9ee88284e8bbb8 |
UHC | 鶯?肄軸 | 11100101101000110011111111101100101111011111010111101110 | e5a33fecbdf5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)