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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 烏k?一 | 10001001010001111000001010001011001111111000100011101010 | 8947828b3f88ea |
EUC-JP | 烏k?一 | 10110001101010001010001111101011001111111011000011101100 | b1a8a3eb3fb0ec |
UTF-8 | 烏k슙一 | 111001111000001110001111111011111011110110001011111011001000101010011001111001001011100010000000 | e7838fefbd8bec8a99e4b880 |
UHC | 烏k슙一 | 1110100010100001101000111110101110011010101001111110110011101001 | e8a1a3eb9aa7ece9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)