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 | ??P??? | 001111110011111101010000001111110011111100111111 | 3f3f503f3f3f |
SJIS-WIN | モュP矚箏 | 110100111010110101010000111000011101111111100010101101011111000011101011 | d3ad50e1dfe2b5f0eb |
EUC-JP | モュP矚箏? | 10001110110100111000111010101101010100001110001011100001111001001011011100111111 | 8ed38ead50e2e1e4b73f |
UTF-8 | モュP矚箏 | 11101111101111101001001111101111101111011010110101010000111001111001111110011010111001111010111010001111111011101000001010101010 | efbe93efbdad50e79f9ae7ae8fee82aa |
UHC | ??P?箏? | 00111111001111110101000000111111111011101011010000111111 | 3f3f503feeb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)