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 | 髫カ轣倬ォェ | 111010011001101010110110111001111000000110011000111010011010101110101010 | e99ab6e78198e9abaa |
EUC-JP | 髫カ轣倬ォェ | 111100011111101010001110101101101110110111100001110100001110101110001110101010111000111010101010 | f1fa8eb6ede1d0eb8eab8eaa |
UTF-8 | 髫カ轣倬ォェ | 111010011010101110101011111011111011110110110110111010001011110110100011111001011000000010101100111011111011110110101011111011111011110110101010 | e9ababefbdb6e8bda3e580acefbdabefbdaa |
UHC | ???倬?? | 00111111001111110011111111110110111100000011111100111111 | 3f3f3ff6f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)