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 | 篁焔し襞緒サ | 111000101011100110001001100010111000001010110101111001011111110010001111100011111000001101010100 | e2b9898b82b5e5fc8f8f8354 |
EUC-JP | 篁焔し襞緒サ | 111001001011101110110001111010111010010010110111111010101111111010111101111011111010010110110101 | e4bbb1eba4b7eafebdefa5b5 |
UTF-8 | 篁焔し襞緒サ | 111001111010111110000001111001111000010010010100111000111000000110010111111010001010010110011110111001111011011110010010111000111000001010110101 | e7af81e78494e38197e8a59ee7b792e382b5 |
UHC | 篁?し??サ | 111111001101011000111111101010101011011100111111001111111010101110110101 | fcd63faab73f3fabb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)