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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 證零ャ菩ォシ | 111001101001101010010111111010111010110010010101111011001010101110111100 | e69a97ebac95ecabbc |
EUC-JP | 證零ャ菩ォシ | 111010111111101011001110111011011000111010101100110010101110111010001110101010111000111010111100 | ebfaceed8eaccaee8eab8ebc |
UTF-8 | 證零ャ菩ォシ | 111010001010110110001001111010011001101110110110111011111011110110101100111010001000111110101001111011111011110110101011111011111011110110111100 | e8ad89e99bb6efbdace88fa9efbdabefbdbc |
UHC | 證零?菩?? | 111100011111101111010110110000110011111111011100110011000011111100111111 | f1fbd6c33fdccc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)