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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辿測捉短属 | 10010010010010001001000110101010100100011010100010010010010110101001000110101110 | 924891aa91a8925a91ae |
EUC-JP | 辿測捉短属 | 11000011101010011100001010101100110000101010101011000011101110111100001010110000 | c3a9c2acc2aac3bbc2b0 |
UTF-8 | 辿測捉短属 | 111010001011111010111111111001101011100010101100111001101000110110001001111001111001111110101101111001011011000110011110 | e8bebfe6b8ace68d89e79fade5b19e |
UHC | ?測捉短? | 0011111111110110101101001111001110110101110100111010110100111111 | 3ff6b4f3b5d3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)