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 | 音?載驀?? | 100010011011100100111111100011011101101011101001011111010011111100111111 | 89b93f8ddae97d3f3f |
EUC-JP | 音?載驀?? | 101100101011101100111111101110101101110011110001110111100011111100111111 | b2bb3fbadcf1de3f3f |
UTF-8 | 音렞載驀렕렔 | 111010011001111110110011111010111010000010011110111010001011110010001001111010011010100110000000111010111010000010010101111010111010000010010100 | e99fb3eba09ee8bc89e9a980eba095eba094 |
UHC | 音렞載驀렕렔 | 111010111110010110001110101011111110111010110000110110001110100110001110101010101000111010101001 | ebe58eafeeb0d8e98eaa8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)