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 | ?@?}???{ | 0011111101000000001111110111110100111111001111110011111101111011 | 3f403f7d3f3f3f7b |
SJIS-WIN | ?@?}???{ | 0011111101000000001111110111110100111111001111110011111101111011 | 3f403f7d3f3f3f7b |
EUC-JP | ?@?}???{ | 0011111101000000001111110111110100111111001111110011111101111011 | 3f403f7d3f3f3f7b |
UTF-8 | 혳@찼}챔챙챕{ | 111011011001100010110011010000001110110010110000101111000111110111101100101100011001010011101100101100011001100111101100101100011001010101111011 | ed98b340ecb0bc7decb194ecb199ecb1957b |
UHC | 혳@찼}챔챙챕{ | 11000010100110100100000011000011101000010111110111000011101010001100001110101100110000111010100101111011 | c29a40c3a17dc3a8c3acc3a97b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)