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 | 掩??諭?Ⅷ | 100010011000011000111111001111111001011101000000001111111000011101011011 | 89863f3f97403f875b |
EUC-JP | 掩??諭?? | 1011000111100110001111110011111111001101101000010011111100111111 | b1e63f3fcda13f3f |
UTF-8 | 掩뽰엻諭싷Ⅷ | 111001101000111010101001111010111011110110110000111011001001011110111011111010001010101110101101111011001000101110110111111000101000010110100111 | e68ea9ebbdb0ec97bbe8abadec8bb7e285a7 |
UHC | 掩뽰엻諭싷Ⅷ | 111001011111001110010110111011001001111010001101111010111011000110011010111011111010010110110111 | e5f396ec9e8debb19aefa5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)