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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ??モ??パ\ | 001111110011111110000011100000100011111100111111100000110111000001011100 | 3f3f83823f3f83705c |
EUC-JP | ??モ??パ\ | 001111110011111110100101111000100011111100111111101001011101000101011100 | 3f3fa5e23f3fa5d15c |
UTF-8 | 룶첂モ룴컦パ\ | 11101011101000111011011011101100101100101000001011100011100000111010001011101011101000111011010011101100101110111010011011100011100000111001000101011100 | eba3b6ecb282e383a2eba3b4ecbba6e383915c |
UHC | 룶첂モ룴컦パ\ | 10001111101010111010101010001111101010111110001010001111101010011011000010001111101010111101000101011100 | 8fabaa8fabe28fa9b08fabd15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)