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 | 譽f? | 1110011010100011100000101000011000111111 | e6a382863f |
EUC-JP | 譽f? | 1110110010100101101000111110011000111111 | eca5a3e63f |
UTF-8 | 譽f떖 | 111010001010110110111101111011111011110110000110111010111001011010010110 | e8adbdefbd86eb9696 |
UHC | 譽f떖 | 111001111110001010100011111001101000101110101100 | e7e2a3e68bac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)