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 | 壅????? | 10011010110101110011111100111111001111110011111100111111 | 9ad73f3f3f3f3f |
EUC-JP | 壅????? | 11010100110110010011111100111111001111110011111100111111 | d4d93f3f3f3f3f |
UTF-8 | 壅ㅻ씈溜⑸젻 | 111001011010001110000101111000111000010110111011111011001001010010001000111011111010011110001011111000101001000110111000111011001010000010111011 | e5a385e385bbec9488efa78be291b8eca0bb |
UHC | 壅ㅻ씈溜⑸젻 | 111010001011010110100100111010111001110110100000111010101111111010101001111010111010000010101110 | e8b5a4eb9da0eafea9eba0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)