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 | シ眈ホ蒡丈 | 1011110011100001101111001100111011100100111011101000111111100100 | bce1bccee4ee8fe4 |
EUC-JP | シ眈ホ蒡丈 | 10001110101111001110001010111110100011101100111011101000111100001011111011100110 | 8ebce2be8ecee8f0bee6 |
UTF-8 | シ眈ホ蒡丈 | 111011111011110110111100111001111001110010001000111011111011111010001110111010001001001010100001111001001011100010001000 | efbdbce79c88efbe8ee892a1e4b888 |
UHC | ?眈?蒡丈 | 0011111111110111101011110011111111011011101111001110110111011011 | 3ff7af3fdbbceddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)