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 | ???倚цぜ | 001111110011111100111111100110001101111110000100100010001000001010111010 | 3f3f3f98df848882ba |
EUC-JP | ???倚цぜ | 001111110011111100111111110100001110000110100111111010001010010010111100 | 3f3f3fd0e1a7e8a4bc |
UTF-8 | 捻뀁슙倚цぜ | 1110111110100110101001001110101110000000100000011110110010001010100110011110010110000000100110101101000110000110111000111000000110011100 | efa6a4eb8081ec8a99e5809ad186e3819c |
UHC | 捻뀁슙倚цぜ | 111001101111011110110010111011001001101010100111111010111110111110101100111010001010101010111100 | e6f7b2ec9aa7ebeface8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)