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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??パ?瑟 | 00111111001111111000001101110000001111111110000011101100 | 3f3f83703fe0ec |
EUC-JP | ??パ?瑟 | 00111111001111111010010111010001001111111110000011101110 | 3f3fa5d13fe0ee |
UTF-8 | 룶혧パ룵瑟 | 111010111010001110110110111011011001100010100111111000111000001110010001111010111010001110110101111001111001000110011111 | eba3b6ed98a7e38391eba3b5e7919f |
UHC | 룶혧パ룵瑟 | 10001111101010111100001010001111101010111101000110001111101010101110001110100010 | 8fabc28fabd18faae3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)