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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??朋??拂^ | 001111110011111110010101111111000011111100111111100111010110001101011110 | 3f3f95fc3f3f9d635e |
EUC-JP | ??朋??拂^ | 001111110011111111001010111111100011111100111111110110011100010001011110 | 3f3fcafe3f3fd9c45e |
UTF-8 | 룶깹朋룶깹拂^ | 11101011101000111011011011101010101110011011100111100110100111001000101111101011101000111011011011101010101110011011100111100110100010111000001001011110 | eba3b6eab9b9e69c8beba3b6eab9b9e68b825e |
UHC | 룶깹朋룶깹拂^ | 10001111101010111011001010100001110111011101101110001111101010111011001010100001110111011101100101011110 | 8fabb2a1dddb8fabb2a1ddd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)