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 | ??????_ | 00111111001111110011111100111111001111110011111101011111 | 3f3f3f3f3f3f5f |
SJIS-WIN | ??????_ | 00111111001111110011111100111111001111110011111101011111 | 3f3f3f3f3f3f5f |
EUC-JP | ??????_ | 00111111001111110011111100111111001111110011111101011111 | 3f3f3f3f3f3f5f |
UTF-8 | 횂짼횓횇횣첬_ | 11101101100110101000001011101100101001111011110011101101100110101001001111101101100110101000011111101101100110101010001111101100101100101010110001011111 | ed9a82eca7bced9a93ed9a87ed9aa3ecb2ac5f |
UHC | 횂짼횓횇횣첬_ | 11000011100000101100001010110010110000111000111011000011100001011100001110011010110000111011101001011111 | c382c2b2c38ec385c39ac3ba5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)