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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ堙仰渉オ | 1100001110011010110000111000101111000010100011111100001010110101 | c39ac38bc28fc2b5 |
EUC-JP | テ堙仰渉オ | 10001110110000111101010011000101101101101100010010111110110001001000111010110101 | 8ec3d4c5b6c4bec48eb5 |
UTF-8 | テ堙仰渉オ | 111011111011111010000011111001011010000010011001111001001011101110110000111001101011100010001001111011111011110110110101 | efbe83e5a099e4bbb0e6b889efbdb5 |
UHC | ??仰?? | 001111110011111111100100111001100011111100111111 | 3f3fe4e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)