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螳 | 1110011110110101100010111110001110000010100011111110010110101110 | e7b58be3828fe5ae |
EUC-JP | 邨九o螳 | 1110111010110111101101101110010110100011111011111110101010110000 | eeb7b6e5a3efeab0 |
UTF-8 | 邨九o螳 | 111010011000001010101000111001001011100110011101111011111011110110001111111010001001111010110011 | e982a8e4b99defbd8fe89eb3 |
UHC | 邨九o螳 | 1111010110111110110011101111101010100011111011111101001111011001 | f5becefaa3efd3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)