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 | 걨걦걨갟걨갟 | 111010101011000110101000111010101011000110100110111010101011000110101000111010101011000010011111111010101011000110101000111010101011000010011111 | eab1a8eab1a6eab1a8eab09feab1a8eab09f |
UHC | 걨걦걨갟걨갟 | 100000011001000110000001100011111000000110010001100000010100110010000001100100011000000101001100 | 8191818f8191814c8191814c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)