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 | 癲??揖ヨ? | 111000011001111100111111001111111001011101001011100000111000100000111111 | e19f3f3f974b83883f |
EUC-JP | 癲??揖ヨ? | 111000101010000100111111001111111100110110101100101001011110100000111111 | e2a13f3fcdaca5e83f |
UTF-8 | 癲멥굦揖ヨ굢 | 111001111001100110110010111010111010100110100101111010101011010110100110111001101000111110010110111000111000001110101000111010101011010110100010 | e799b2eba9a5eab5a6e68f96e383a8eab5a2 |
UHC | 癲멥굦揖ヨ굢 | 111011111010011010111000111000111000001010001100111010111110011110101011111010001000001010001001 | efa6b8e3828cebe7abe88289 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)