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 | 謖檎オイ閹廝 | 11100110100011001000110011100111101101011011001011101000100001101001110001000010 | e68c8ce7b5b2e8869c42 |
EUC-JP | 謖檎オイ閹廝 | 111010111110110010111000111010011000111010110101100011101011001011101111111001101101011110100011 | ebecb8e98eb58eb2efe6d7a3 |
UTF-8 | 謖檎オイ閹廝 | 111010001010110010010110111001101010101010001110111011111011110110110101111011111011110110110010111010011001011010111001111001011011101110011101 | e8ac96e6aa8eefbdb5efbdb2e996b9e5bb9d |
UHC | 謖檎???? | 1110000111011010110100001101010100111111001111110011111100111111 | e1dad0d53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)