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 | 蝪九脅粐鞘散 | 111001011010000110001011111000111000101110111010111000101110001010001111111000101000111001010101 | e5a18be38bbae2e28fe28e55 |
EUC-JP | 蝪九脅粐鞘散 | 111010101010001110110110111001011011011010111100111001001110010010111110111001001011101110110110 | eaa3b6e5b6bce4e4bee4bbb6 |
UTF-8 | 蝪九脅粐鞘散 | 111010001001110110101010111001001011100110011101111010001000010010000101111001111011001010010000111010011001111010011000111001101001010110100011 | e89daae4b99de88485e7b290e99e98e695a3 |
UHC | ?九脅??散 | 001111111100111011111010111110101111011000111111001111111101111110100100 | 3fcefafaf63f3fdfa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)