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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鋿自失 | 1111101111011100100011101010100111110000101001011000111010111000 | fbdc8ea9f0a58eb8 |
EUC-JP | 鋿自?失 | 1000111111100100110100101011110010101011001111111011110010111010 | 8fe4d2bcab3fbcba |
UTF-8 | 鋿自失 | 111010011000101110111111111010001000011110101010111011101000000110100100111001011010010010110001 | e98bbfe887aaee81a4e5a4b1 |
UHC | ?自?失 | 001111111110110110111011001111111110001111110111 | 3fedbb3fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)