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 | 蓁剃ス | 1110010011101011100100101110010010111101 | e4eb92e4bd |
EUC-JP | 蓁剃ス | 111010001110110111000100111001101000111010111101 | e8edc4e68ebd |
UTF-8 | 蓁剃ス | 111010001001001110000001111001011000100110000011111011111011110110111101 | e89381e58983efbdbd |
UHC | ?剃? | 00111111111101001110111100111111 | 3ff4ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)