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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 陰??懿??B | 100010010100000100111111001111111001110011110010001111110011111101000010 | 89413f3f9cf23f3f42 |
EUC-JP | 陰??懿??B | 101100011010001000111111001111111101100011110100001111110011111101000010 | b1a23f3fd8f43f3f42 |
UTF-8 | 陰쒖꽏懿꾨죫B | 11101001100110011011000011101100100100101001011011101010101111011000111111100110100001111011111111101010101111101010100011101100101000111010101101000010 | e999b0ec9296eabd8fe687bfeabea8eca3ab42 |
UHC | 陰쒖꽏懿꾨죫B | 11101011111001001001110011101100100001001001111111101011111100111000010011101011101000011000011001000010 | ebe49cec849febf384eba18642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)