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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 혲첸횪횤챔챙 | 111011011001100010110010111011001011001010111000111011011001101010101010111011011001101010100100111011001011000110010100111011001011000110011001 | ed98b2ecb2b8ed9aaaed9aa4ecb194ecb199 |
UHC | 혲첸횪횤챔챙 | 110000101001100111000011101111101100001110100000110000111001101111000011101010001100001110101100 | c299c3bec3a0c39bc3a8c3ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)