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 | 砲倥頬妙 | 1001011001000011100110001110001110010110011010101001011010101101 | 964398e3966a96ad |
EUC-JP | 砲倥頬妙 | 1100101110100100110100001110010111001011110010111100110010101111 | cba4d0e5cbcbccaf |
UTF-8 | 砲倥頬妙 | 111001111010000010110010111001011000000010100101111010011010000010101100111001011010011010011001 | e7a0b2e580a5e9a0ace5a699 |
UHC | 砲??妙 | 111110001101111100111111001111111101100111011000 | f8df3f3fd9d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)