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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?瞳??? | 001111111001001110110101001111110011111100111111 | 3f93b53f3f3f |
EUC-JP | ?瞳??? | 001111111100011010110111001111110011111100111111 | 3fc6b73f3f3f |
UTF-8 | 뤦瞳덤뤞빡 | 111010111010010010100110111001111001111010110011111010111000110110100100111010111010010010011110111010111011100110100001 | eba4a6e79eb3eb8da4eba49eebb9a1 |
UHC | 뤦瞳덤뤞빡 | 10001111110101001101010011011010101101001111110110001111110011011011101011111101 | 8fd4d4dab4fd8fcdbafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)