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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??饍渲?? | 00111111001111111000111111101000111011011000111111000111111011000011111100111111 | 3f3f8fe8ed8fc7ec3f3f |
UTF-8 | 롛롔饍渲롛롔 | 111010111010000110011011111010111010000110010100111010011010010110001101111001101011100010110010111010111010000110011011111010111010000110010100 | eba19beba194e9a58de6b8b2eba19beba194 |
UHC | 롛롔饍渲롛롔 | 100011101101111110001110110110001110000011010111111000001100001010001110110111111000111011011000 | 8edf8ed8e0d7e0c28edf8ed8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)