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 | 邵堤ケ烹 | 11100111101110001001001011100111101110011001011001000010 | e7b892e7b99642 |
EUC-JP | 邵堤ケ烹 | 1110111010111010110001001110100110001110101110011100101110100011 | eebac4e98eb9cba3 |
UTF-8 | 邵堤ケ烹 | 111010011000001010110101111001011010000010100100111011111011110110111001111001111000001110111001 | e982b5e5a0a4efbdb9e783b9 |
UHC | 邵堤?烹 | 11100001110100001111000010100111001111111111100010110010 | e1d0f0a73ff8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)