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 | 鉛??節?? | 1000100110010100001111110011111110010000110111110011111100111111 | 89943f3f90df3f3f |
EUC-JP | 鉛??節?? | 1011000111110100001111110011111111000000111000010011111100111111 | b1f43f3fc0e13f3f |
UTF-8 | 鉛댐슭節븃나 | 111010011000100110011011111010111000110010010000111011001000101010101101111001111010111110000000111010111011100010000011111010111000001010011000 | e9899beb8c90ec8aade7af80ebb883eb8298 |
UHC | 鉛댐슭節븃나 | 111001101110011110110100111011111011110110111110111011111011110110111010111010001011001110101010 | e6e7b4efbdbeefbdbae8b3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)