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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鶯??違?? | 1110100111110010001111110011111110001000111000010011111100111111 | e9f23f3f88e13f3f |
EUC-JP | 鶯??違?? | 1111001011110100001111110011111110110000111000110011111100111111 | f2f43f3fb0e33f3f |
UTF-8 | 鶯ㅺ퉭違쏁빊 | 111010011011011010101111111000111000010110111010111011011000100110101101111010011000000110010101111011001000111110000001111010111011100110001010 | e9b6afe385baed89ade98195ec8f81ebb98a |
UHC | 鶯ㅺ퉭違쏁빊 | 111001011010001110100100111010101011100110000101111010101101111010011011111001111001010110110000 | e5a3a4eab985eade9be795b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)