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 | 畏??一ュ? | 100010001101100000111111001111111000100011101010100000111000010100111111 | 88d83f3f88ea83853f |
EUC-JP | 畏??一ュ? | 101100001101101000111111001111111011000011101100101001011110010100111111 | b0da3f3fb0eca5e53f |
UTF-8 | 畏븐엹一ュ쑵 | 111001111001010110001111111010111011100010010000111011001001011110111001111001001011100010000000111000111000001110100101111011001001000110110101 | e7958febb890ec97b9e4b880e383a5ec91b5 |
UHC | 畏븐엹一ュ쑵 | 111010001110011010111010111011001001111010001011111011001110100110101011111001011011111010101010 | e8e6baec9e8bece9abe5beaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)