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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
UTF-8 | 횧처횩횧횚쩌\ | 11101101100110101010011111101100101100101001100011101101100110101010100111101101100110101010011111101101100110101001101011101100101010011000110001011100 | ed9aa7ecb298ed9aa9ed9aa7ed9a9aeca98c5c |
UHC | 횧처횩횧횚쩌\ | 11000011100111101100001110110011110000111001111111000011100111101100001110010100110000101011110001011100 | c39ec3b3c39fc39ec394c2bc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)