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 | 譖懍鋳峵 | 1110011010011011100111001110110010010010100100101111101010101110 | e69b9cec9292faae |
EUC-JP | 譖懍鋳? | 11101011111110111101100011101110110000111111001000111111 | ebfbd8eec3f23f |
UTF-8 | 譖懍鋳峵 | 111010001010110110010110111001101000011110001101111010011000101110110011111001011011001110110101 | e8ad96e6878de98bb3e5b3b5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)