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 | 檍?∥二?? | 100111101111100000111111100000010110000110010011111100010011111100111111 | 9ef83f816193f13f3f |
EUC-JP | 檍?‖二?? | 110111001111101000111111101000011100001011000110111100110011111100111111 | dcfa3fa1c2c6f33f3f |
UTF-8 | 檍용∥二길에 | 111001101010101010001101111011001001101010101001111000101000100010100101111001001011101010001100111010101011100010111000111011001001011110010000 | e6aa8dec9aa9e288a5e4ba8ceab8b8ec9790 |
UHC | 檍용∥二길에 | 111001011110010110111111111010111010000110101011111011001010001110110001111001101011111110100001 | e5e5bfeba1abeca3b1e6bfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)