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 | 鈔ら部貂 | 1110011111100010100000101110011110010101100101001110011010111000 | e7e282e79594e6b8 |
EUC-JP | 鈔ら部貂 | 1110111011100100101001001110100111001001111101001110110010111010 | eee4a4e9c9f4ecba |
UTF-8 | 鈔ら部貂 | 111010011000100010010100111000111000001010001001111010011000001110101000111010001011001010000010 | e98894e38289e983a8e8b282 |
UHC | ?ら部貂 | 00111111101010101110100111011101101110111111010110110000 | 3faae9ddbbf5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)