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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 室篠 | 111100001010110110001110101110101000111011000010 | f0ad8eba8ec2 |
EUC-JP | ?室篠 | 0011111110111100101111001011110011000100 | 3fbcbcbcc4 |
UTF-8 | 室篠 | 111011101000000110101100111001011010111010100100111001111010111110100000 | ee81ace5aea4e7afa0 |
UHC | ?室篠 | 0011111111100011111110001110000111000110 | 3fe3f8e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)