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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 溝?溝 | 1000110101100001001111111000110101100001 | 8d613f8d61 |
EUC-JP | 溝?溝 | 1011100111000010001111111011100111000010 | b9c23fb9c2 |
UTF-8 | 溝뽐溝 | 111001101011101010011101111010111011110110010000111001101011101010011101 | e6ba9debbd90e6ba9d |
UHC | 溝뽐溝 | 110011111011010110111011110010111100111110110101 | cfb5bbcbcfb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)