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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??を??^ | 00111111001111111000001011110000001111110011111101011110 | 3f3f82f03f3f5e |
EUC-JP | ??を??^ | 00111111001111111010010011110010001111110011111101011110 | 3f3fa4f23f3f5e |
UTF-8 | 룶쨵を룶⅝^ | 11101011101000111011011011101100101010001011010111100011100000101001001011101011101000111011011011100010100001011001110101011110 | eba3b6eca8b5e38292eba3b6e2859d5e |
UHC | 룶쨵を룶⅝^ | 1000111110101011101001001000111110101010111100101000111110101011101010001111110101011110 | 8faba48faaf28faba8fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)