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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ヘ「邵^ | 1100110110100010111001111011100001011110 | cda2e7b85e |
EUC-JP | ヘ「邵^ | 10001110110011011000111010100010111011101011101001011110 | 8ecd8ea2eeba5e |
UTF-8 | ヘ「邵^ | 11101111101111101000110111101111101111011010001011101001100000101011010101011110 | efbe8defbda2e982b55e |
UHC | ??邵^ | 0011111100111111111000011101000001011110 | 3f3fe1d05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)