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 | 蝨躯、晧スョ | 111001011001110010001011111010111010010010011101111011001011110110101110 | e59c8beba49decbdae |
EUC-JP | 蝨躯、晧スョ | 111010011111110010110110111011011000111010100100110110101110111010001110101111011000111010101110 | e9fcb6ed8ea4daee8ebd8eae |
UTF-8 | 蝨躯、晧スョ | 111010001001110110101000111010001011101010101111111011111011110110100100111001101001100110100111111011111011110110111101111011111011110110101110 | e89da8e8baafefbda4e699a7efbdbdefbdae |
UHC | 蝨??晧?? | 1110001110100100001111110011111111111011110001010011111100111111 | e3a43f3ffbc53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)