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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襍カ蜃ア | 111010001011010110110110111001011000011110110001 | e8b5b6e587b1 |
EUC-JP | 襍カ蜃ア | 1111000010110111100011101011011011101001111001111000111010110001 | f0b78eb6e9e78eb1 |
UTF-8 | 襍カ蜃ア | 111010001010010110001101111011111011110110110110111010001001110010000011111011111011110110110001 | e8a58defbdb6e89c83efbdb1 |
UHC | ??蜃? | 0011111100111111111000111111000100111111 | 3f3fe3f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)