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 | ??D????\ | 0011111100111111010001000011111100111111001111110011111101011100 | 3f3f443f3f3f3f5c |
SJIS-WIN | モュD箏矚\ | 110100111010110101000100111101011011010111100010101101011110000111011111111100001110110101011100 | d3ad44f5b5e2b5e1dff0ed5c |
EUC-JP | モュD?箏矚?\ | 100011101101001110001110101011010100010000111111111001001011011111100010111000010011111101011100 | 8ed38ead443fe4b7e2e13f5c |
UTF-8 | モュD箏矚\ | 1110111110111110100100111110111110111101101011010100010011101110100100001010000011100111101011101000111111100111100111111001101011101110100000101010110001011100 | efbe93efbdad44ee90a0e7ae8fe79f9aee82ac5c |
UHC | ??D?箏??\ | 001111110011111101000100001111111110111010110100001111110011111101011100 | 3f3f443feeb43f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)