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 | 邨九o蟆 | 1110011110110101100010111110001110000010100011111110010110110000 | e7b58be3828fe5b0 |
EUC-JP | 邨九o蟆 | 1110111010110111101101101110010110100011111011111110101010110010 | eeb7b6e5a3efeab2 |
UTF-8 | 邨九o蟆 | 111010011000001010101000111001001011100110011101111011111011110110001111111010001001111110000110 | e982a8e4b99defbd8fe89f86 |
UHC | 邨九o? | 11110101101111101100111011111010101000111110111100111111 | f5becefaa3ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)