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 | 語??二ゆ? | 100011001110101000111111001111111001001111110001100000101110010000111111 | 8cea3f3f93f182e43f |
EUC-JP | 語??二ゆ? | 101110001110110000111111001111111100011011110011101001001110011000111111 | b8ec3f3fc6f3a4e63f |
UTF-8 | 語뤴뫖二ゆ에 | 111010001010101010011110111010111010010010110100111010111010101110010110111001001011101010001100111000111000001010000110111011001001011110010000 | e8aa9eeba4b4ebab96e4ba8ce38286ec9790 |
UHC | 語뤴뫖二ゆ에 | 111001011101111010001111111000101001000110111000111011001010001110101010111001101011111110100001 | e5de8fe291b8eca3aae6bfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)