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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋺雁幕 | 111001111111101010001010111001011001011010001011 | e7fa8ae5968b |
EUC-JP | 鋺雁幕 | 111011101111110010110100111001111100101111101011 | eefcb4e7cbeb |
UTF-8 | 鋺雁幕 | 111010011000101110111010111010011001101110000001111001011011100110010101 | e98bbae99b81e5b995 |
UHC | ?雁幕 | 0011111111100100110100101101100010101101 | 3fe4d2d8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)