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 | 瓮〓???? | 1110000101000100100000011010110000111111001111110011111100111111 | e14481ac3f3f3f3f |
EUC-JP | 瓮〓???? | 1110000110100101101000101010111000111111001111110011111100111111 | e1a5a2ae3f3f3f3f |
UTF-8 | 瓮〓떦溜⑷돐 | 111001111001001110101110111000111000000010010011111010111001011010100110111011111010011110001011111000101001000110110111111010111000111110010000 | e793aee38093eb96a6efa78be291b7eb8f90 |
UHC | 瓮〓떦溜⑷돐 | 111010001011011110100001111010111000101110111001111010101111111010101001111010101011010110111011 | e8b7a1eb8bb9eafea9eab5bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)