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 | 遽桑遽 | 111001111010111110001100010010111110011110101111 | e7af8c4be7af |
EUC-JP | 遽桑遽 | 111011101011000110110111101011001110111010110001 | eeb1b7aceeb1 |
UTF-8 | 遽桑遽 | 111010011000000110111101111001101010000110010001111010011000000110111101 | e981bde6a191e981bd |
UHC | 遽桑遽 | 110010111110100011011111110011011100101111101000 | cbe8dfcdcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)