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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺??訝? | 11111011110001000011111100111111111001100110001000111111 | fbc43f3fe6623f |
EUC-JP | 鈺??訝? | 1000111111100011110101010011111100111111111010111100001100111111 | 8fe3d53f3febc33f |
UTF-8 | 鈺뤹빓訝챞 | 111010011000100010111010111010111010010010111001111010111011100110010011111010001010100010011101111011001011000110011110 | e988baeba4b9ebb993e8a89decb19e |
UHC | 鈺뤹빓訝챞 | 11101000101011011000111111100111100101011011011111100100101110001010101001101011 | e8ad8fe795b7e4b8aa6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)