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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
UTF-8 | 횏쨔횩횊철횚] | 11101101100110101000111111101100101010001001010011101101100110101010100111101101100110101000101011101100101100101010000011101101100110101001101001011101 | ed9a8feca894ed9aa9ed9a8aecb2a0ed9a9a5d |
UHC | 횏쨔횩횊철횚] | 11000011100010111100001010111001110000111001111111000011100010001100001110110110110000111001010001011101 | c38bc2b9c39fc388c3b6c3945d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)