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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 瑙ムタB | 1110000011101101110100011100000001000010 | e0edd1c042 |
EUC-JP | 瑙ムタB | 11100000111011111000111011010001100011101100000001000010 | e0ef8ed18ec042 |
UTF-8 | 瑙ムタB | 11100111100100011001100111101111101111101001000111101111101111101000000001000010 | e79199efbe91efbe8042 |
UHC | 瑙??B | 1101001011000101001111110011111101000010 | d2c53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)