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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 湿車湿杓\ | 100011101011110010001110110101001000111010111100100011101101101101011100 | 8ebc8ed48ebc8edb5c |
EUC-JP | 湿車湿杓\ | 101111001011111010111100110101101011110010111110101111001101110101011100 | bcbebcd6bcbebcdd5c |
UTF-8 | 湿車湿杓\ | 11100110101110011011111111101000101110111000101011100110101110011011111111100110100111011001001101011100 | e6b9bfe8bb8ae6b9bfe69d935c |
UHC | ?車?杓\ | 00111111111100111011001100111111111110001111010101011100 | 3ff3b33ff8f55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)