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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 瓮わ?E | 111000010100010010000010111011010011111101000101 | e14482ed3f45 |
EUC-JP | 瓮わ?E | 111000011010010110100100111011110011111101000101 | e1a5a4ef3f45 |
UTF-8 | 瓮わ슥E | 11100111100100111010111011100011100000101000111111101100100010101010010101000101 | e793aee3828fec8aa545 |
UHC | 瓮わ슥E | 11101000101101111010101011101111101111011011101101000101 | e8b7aaefbdbb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)