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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?瑗?? | 001111111000111111001100110000000011111100111111 | 3f8fccc03f3f |
UTF-8 | 뤾瑗랖롚 | 111010111010010010111110111001111001000110010111111010111001111010010110111010111010000110011010 | eba4bee79197eb9e96eba19a |
UHC | 뤾瑗랖롚 | 1000111111101010111010101011110010110110111111011000111011011110 | 8feaeabcb6fd8ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)