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 | 癲?〃愿?? | 111000011001111100111111100000010101011010011100110000110011111100111111 | e19f3f81569cc33f3f |
EUC-JP | 癲?〃愿?ˇ | 1110001010100001001111111010000110110111110110001100010100111111100011111010001010110000 | e2a13fa1b7d8c53f8fa2b0 |
UTF-8 | 癲뗫〃愿득ˇ | 1110011110011001101100101110101110010111101010111110001110000000100000111110011010000100101111111110101110010011100111011100101110000111 | e799b2eb97abe38083e684bfeb939dcb87 |
UHC | 癲뗫〃愿득ˇ | 111011111010011010001011111010111010000110101000111010101011010010110101111001101010001010100111 | efa68beba1a8eab4b5e6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)