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 | ??パ?? | 001111110011111110000011011100000011111100111111 | 3f3f83703f3f |
EUC-JP | ??パ?? | 001111110011111110100101110100010011111100111111 | 3f3fa5d13f3f |
UTF-8 | 룶혧パ룵끝 | 111010111010001110110110111011011001100010100111111000111000001110010001111010111010001110110101111010111000000110011101 | eba3b6ed98a7e38391eba3b5eb819d |
UHC | 룶혧パ룵끝 | 10001111101010111100001010001111101010111101000110001111101010101011001110100001 | 8fabc28fabd18faab3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)