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 | 螽幗潤? | 11100101101010001001101111101100100011111000000100111111 | e5a89bec8f813f |
EUC-JP | 螽幗潤夆 | 111010101010101011010110111011101011110111100001100011111011100011100000 | eaaad6eebde18fb8e0 |
UTF-8 | 螽幗潤夆 | 111010001001111010111101111001011011100110010111111001101011110110100100111001011010010010000110 | e89ebde5b997e6bda4e5a486 |
UHC | ??潤? | 0011111100111111111010111100100000111111 | 3f3febc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)