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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 澵蒔澈自 | 1111101101001100100011101010101011111011010010111000111010101001 | fb4c8eaafb4b8ea9 |
EUC-JP | 澵蒔澈自 | 10001111110010001111100010111100101011001000111111001000111001011011110010101011 | 8fc8f8bcac8fc8e5bcab |
UTF-8 | 澵蒔澈自 | 111001101011111010110101111010001001001010010100111001101011111010001000111010001000011110101010 | e6beb5e89294e6be88e887aa |
UHC | ?蒔澈自 | 00111111111000111100100011110100110011011110110110111011 | 3fe3c8f4cdedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)