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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 谿イE谿イEB | 111001101010111010110010010001011110011010101110101100100100010101000010 | e6aeb245e6aeb24542 |
EUC-JP | 谿イE谿イEB | 1110110010110000100011101011001001000101111011001011000010001110101100100100010101000010 | ecb08eb245ecb08eb24542 |
UTF-8 | 谿イE谿イEB | 111010001011000010111111111011111011110110110010010001011110100010110000101111111110111110111101101100100100010101000010 | e8b0bfefbdb245e8b0bfefbdb24542 |
UHC | 谿?E谿?EB | 110011011010110000111111010001011100110110101100001111110100010101000010 | cdac3f45cdac3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)