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 | ???z?? | 001111110011111100111111011110100011111100111111 | 3f3f3f7a3f3f |
SJIS-WIN | ???z?? | 001111110011111100111111011110100011111100111111 | 3f3f3f7a3f3f |
EUC-JP | ???z?? | 001111110011111100111111011110100011111100111111 | 3f3f3f7a3f3f |
UTF-8 | 혨횊혩z혨횊 | 11101101100110001010100011101101100110101000101011101101100110001010100101111010111011011001100010101000111011011001101010001010 | ed98a8ed9a8aed98a97aed98a8ed9a8a |
UHC | 혨횊혩z혨횊 | 1100001010010000110000111000100011000010100100010111101011000010100100001100001110001000 | c290c388c2917ac290c388 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)