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 | 簟粐簟捨 | 1110001011010000111000101110001011100010110100001000111011001100 | e2d0e2e2e2d08ecc |
EUC-JP | 簟粐簟捨 | 1110010011010010111001001110010011100100110100101011110011001110 | e4d2e4e4e4d2bcce |
UTF-8 | 簟粐簟捨 | 111001111011000010011111111001111011001010010000111001111011000010011111111001101000110110101000 | e7b09fe7b290e7b09fe68da8 |
UHC | ???捨 | 0011111100111111001111111101111011010111 | 3f3f3fded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)