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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | モ。簔 | 110100111010000111100010110000011111010110111101111100111011010111110111101000111111011110100111 | d3a1e2c1f5bdf3b5f7a3f7a7 |
EUC-JP | モ。簔???? | 10001110110100111000111010100001111001001100001100111111001111110011111100111111 | 8ed38ea1e4c33f3f3f3f |
UTF-8 | モ。簔 | 111011111011111010010011111011111011110110100001111001111011000010010100111011101001000010101000111011101000101010101000111011101001011010000110111011101001011010001010 | efbe93efbda1e7b094ee90a8ee8aa8ee9686ee968a |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)