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 | 倭??松 | 100110000110000000111111001111111000111110111100 | 98603f3f8fbc |
EUC-JP | 倭??松 | 110011111100000100111111001111111011111010111110 | cfc13f3fbebe |
UTF-8 | 倭㎩뜔松 | 111001011000000010101101111000111000111010101001111010111001110010010100111001101001110110111110 | e580ade38ea9eb9c94e69dbe |
UHC | 倭㎩뜔松 | 1110100011011110101001111110010110001101100101111110000111100110 | e8dea7e58d97e1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)