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 | 癲??游ュ? | 111000011001111100111111001111111001111111100000100000111000010100111111 | e19f3f3f9fe083853f |
EUC-JP | 癲??游ュ? | 111000101010000100111111001111111101111011100010101001011110010100111111 | e2a13f3fdee2a5e53f |
UTF-8 | 癲뗣깿游ュ쭥 | 111001111001100110110010111010111001011110100011111010101011100110111111111001101011100010111000111000111000001110100101111011001010110110100101 | e799b2eb97a3eab9bfe6b8b8e383a5ecada5 |
UHC | 癲뗣깿游ュ쭥 | 111011111010011010001011111000111000001110101000111010101111110110101011111001011010011110011001 | efa68be383a8eafdabe5a799 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)