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 | 邪堰? | 1000111011010111100010011000000100111111 | 8ed789813f |
EUC-JP | 邪堰? | 1011110011011001101100011110000100111111 | bcd9b1e13f |
UTF-8 | 邪堰괴 | 111010011000001010101010111001011010000010110000111010101011010010110100 | e982aae5a0b0eab4b4 |
UHC | 邪堰괴 | 110111101111011111100101111010001011000110101011 | def7e5e8b1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)