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 | 蒔者 | 1111001011001000100011101010101011110000111110011000111011010010 | f2c88eaaf0f98ed2 |
EUC-JP | ?蒔?者 | 001111111011110010101100001111111011110011010100 | 3fbcac3fbcd4 |
UTF-8 | 蒔者 | 111011101000011110111111111010001001001010010100111011101000001010111000111010001000000010000101 | ee87bfe89294ee82b8e88085 |
UHC | ?蒔?者 | 001111111110001111001000001111111110110110111010 | 3fe3c83fedba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)