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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 濚????? | 1000111111001001101000010011111100111111001111110011111100111111 | 8fc9a13f3f3f3f3f |
UTF-8 | 濚뽫쇂廉딁퉾 | 111001101011111110011010111010111011110110101011111011001000011110000010111011111010011010100010111010111001010010000001111011011000100110111110 | e6bf9aebbdabec8782efa6a2eb9481ed89be |
UHC | 濚뽫쇂廉딁퉾 | 111001111011100110010110111001111001100110110110111001101111010110001010111001111011100110010110 | e7b996e799b6e6f58ae7b996 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)