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 | 歪??逾?? | 1001100001100011001111110011111111100111101001010011111100111111 | 98633f3fe7a53f3f |
EUC-JP | 歪??逾?? | 1100111111000100001111110011111111101110101001110011111100111111 | cfc43f3feea73f3f |
UTF-8 | 歪묐벡逾띄뙳 | 111001101010110110101010111010111010110010010000111010111011001010100001111010011000000010111110111010111001110110000100111010111001100110110011 | e6adaaebac90ebb2a1e980beeb9d84eb99b3 |
UHC | 歪묐벡逾띄뙳 | 111010001110000010010001111010111011101010100100111010111011010110110110111001111000110010110110 | e8e091ebbaa4ebb5b6e78cb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)