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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邵簿キゎ梓螽 | 1110011110111000100101011110101110110111100000101110110010001000101100101110010110101000 | e7b895ebb782ec88b2e5a8 |
EUC-JP | 邵簿キゎ梓螽 | 111011101011101011001010111011011000111010110111101001001110111010110000101101001110101010101010 | eebacaed8eb7a4eeb0b4eaaa |
UTF-8 | 邵簿キゎ梓螽 | 111010011000001010110101111001111011000010111111111011111011110110110111111000111000001010001110111001101010001010010011111010001001111010111101 | e982b5e7b0bfefbdb7e3828ee6a293e89ebd |
UHC | 邵簿?ゎ梓? | 11100001110100001101110110101101001111111010101011101110111011101010100100111111 | e1d0ddad3faaeeeea93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)