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 | 渼而錞 | 111110110100100110001110101001111111101111011011 | fb498ea7fbdb |
EUC-JP | 渼而錞 | 1000111111000111111100001011110010101001100011111110010011011100 | 8fc7f0bca98fe4dc |
UTF-8 | 渼而錞 | 111001101011100010111100111010001000000010001100111010011000110010011110 | e6b8bce8808ce98c9e |
UHC | 渼而錞 | 110110101011010011101100101110111110001011110110 | dab4ecbbe2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)