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 | 臟??帳?? | 1110010001100110001111110011111110010010101000000011111100111111 | e4663f3f92a03f3f |
EUC-JP | 臟??帳?? | 1110011111000111001111110011111111000100101000100011111100111111 | e7c73f3fc4a23f3f |
UTF-8 | 臟딈궙帳루츕 | 111010001000011110011111111010111001010010001000111010101011011010011001111001011011100010110011111010111010001110101000111011001011100010010101 | e8879feb9488eab699e5b8b3eba3a8ecb895 |
UHC | 臟딈궙帳루츕 | 111011011111010010001010111011101000001010101110111011011110001110110111111001111010111010001111 | edf48aee82aeede3b7e7ae8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)