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 | 0011111100111111001111110011111100111111100101111001110001000010 | 3f3f3f3f3f979c42 |
EUC-JP | ?????梨B | 0011111100111111001111110011111100111111110011011111110001000010 | 3f3f3f3f3fcdfc42 |
UTF-8 | 렻┙렑렻┙梨B | 11101011101000001011101111100010100101001001100111101011101000001001000111101011101000001011101111100010100101001001100111100110101000101010100001000010 | eba0bbe29499eba091eba0bbe29499e6a2a842 |
UHC | 렻┙렑렻┙梨B | 10001110110000111010011011000100100011101010011010001110110000111010011011000100110101111101111001000010 | 8ec3a6c48ea68ec3a6c4d7de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)