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 | 臟?絶??壯 | 111001000110011000111111100100001110001000111111001111111001101011100001 | e4663f90e23f3f9ae1 |
EUC-JP | 臟?絶??壯 | 111001111100011100111111110000001110010000111111001111111101010011100011 | e7c73fc0e43f3fd4e3 |
UTF-8 | 臟뢕絶볩슝壯 | 111010001000011110011111111010111010001010010101111001111011010110110110111010111011001110101001111011001000101010011101111001011010001110101111 | e8879feba295e7b5b6ebb3a9ec8a9de5a3af |
UHC | 臟뢕絶볩슝壯 | 111011011111010010001111010100001110111110111110100100111110111110111101101110011110110111100000 | edf48f50efbe93efbdb9ede0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)