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 | ??パ?釐ヂ^ | 00111111001111111000001101110000001111111110011111011000100000110110000101011110 | 3f3f83703fe7d883615e |
EUC-JP | ??パ?釐ヂ^ | 00111111001111111010010111010001001111111110111011011010101001011100001001011110 | 3f3fa5d13feedaa5c25e |
UTF-8 | 룴컦パ룶釐ヂ^ | 11101011101000111011010011101100101110111010011011100011100000111001000111101011101000111011011011101001100001111001000011100011100000111000001001011110 | eba3b4ecbba6e38391eba3b6e98790e383825e |
UHC | 룴컦パ룶釐ヂ^ | 10001111101010011011000010001111101010111101000110001111101010111101011111101101101010111100001001011110 | 8fa9b08fabd18fabd7edabc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)