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 | 蜩磯ュ刺 | 11100101100100111000100011101001101011011000111001101000 | e59388e9ad8e68 |
EUC-JP | 蜩磯ュ刺 | 1110100111110011101100001110101110001110101011011011101111001001 | e9f3b0eb8eadbbc9 |
UTF-8 | 蜩磯ュ刺 | 111010001001110010101001111001111010001110101111111011111011110110101101111001011000100010111010 | e89ca9e7a3afefbdade588ba |
UHC | ?磯?刺 | 001111111101000110110100001111111110110110101001 | 3fd1b43feda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)