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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 也??訟 | 100101101110011100111111001111111000111111010111 | 96e73f3f8fd7 |
EUC-JP | 也??訟 | 110011001110100100111111001111111011111011011001 | cce93f3fbed9 |
UTF-8 | 也썸낟訟 | 111001001011100110011111111011001000110110111000111010111000001010011111111010001010100010011111 | e4b99fec8db8eb829fe8a89f |
UHC | 也썸낟訟 | 1110010110100101101111011110011010110011101011101110000111101000 | e5a5bde6b3aee1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)