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 | 籬ルし譟 | 1110001011011111100000111000101110000010101101011110011010011111 | e2df838b82b5e69f |
EUC-JP | 籬ルし譟 | 1110010011100001101001011110101110100100101101111110110010100001 | e4e1a5eba4b7eca1 |
UTF-8 | 籬ルし譟 | 111001111011000110101100111000111000001110101011111000111000000110010111111010001010110110011111 | e7b1ace383abe38197e8ad9f |
UHC | 籬ルし? | 11010111111001101010101111101011101010101011011100111111 | d7e6abebaab73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)