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 | 蘊??茹k? | 111001010101110100111111001111111110010010100101100000101000101100111111 | e55d3f3fe4a5828b3f |
EUC-JP | 蘊??茹k? | 111010011011111000111111001111111110100010100111101000111110101100111111 | e9be3f3fe8a7a3eb3f |
UTF-8 | 蘊껊젵茹k젉 | 111010001001100010001010111010101011101110001010111011001010000010110101111010001000110010111001111011111011110110001011111011001010000010001001 | e8988aeabb8aeca0b5e88cb9efbd8beca089 |
UHC | 蘊껊젵茹k젉 | 111010001011001110000011111010111010000010101001111001101010101010100011111010111010000010001011 | e8b383eba0a9e6aaa3eba08b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)