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 | 陬板ョ墲具ァ | 11101000101000111001010011000010101011101111101010011110100010111110111110100111 | e8a394c2aefa9e8befa7 |
EUC-JP | 陬板ョ墲具ァ | 11110000101001011100100011000100100011101010111010001111101110001100111010110110111100011000111010100111 | f0a5c8c48eae8fb8ceb6f18ea7 |
UTF-8 | 陬板ョ墲具ァ | 111010011001100110101100111001101001110110111111111011111011110110101110111001011010001010110010111001011000010110110111111011111011110110100111 | e999ace69dbfefbdaee5a2b2e585b7efbda7 |
UHC | ?板??具? | 0011111111110111111110010011111100111111110011101111110100111111 | 3ff7f93f3fcefd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)