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 | 鞜帝≠粃サ | 111010001101111110010010111010011000000110000010111000101110000110111011 | e8df92e98182e2e1bb |
EUC-JP | 鞜帝≠粃サ | 11110000111000011100010011101011101000011110001011100100111000111000111010111011 | f0e1c4eba1e2e4e38ebb |
UTF-8 | 鞜帝≠粃サ | 111010011001111010011100111001011011100010011101111000101000100110100000111001111011001010000011111011111011110110111011 | e99e9ce5b89de289a0e7b283efbdbb |
UHC | ?帝≠粃? | 0011111111110000101010001010000111000001110111011111101100111111 | 3ff0a8a1c1ddfb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)