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 | ??邵^ | 0011111100111111111001111011100001011110 | 3f3fe7b85e |
EUC-JP | ??邵^ | 0011111100111111111011101011101001011110 | 3f3feeba5e |
UTF-8 | 왃烈邵^ | 11101100100110011000001111101111101001101001111111101001100000101011010101011110 | ec9983efa69fe982b55e |
UHC | 왃烈邵^ | 10011110101101101110011011101111111000011101000001011110 | 9eb6e6efe1d05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)