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 | ?譽蠑情 | 00111111111001101010001111100101101111001000111111101110 | 3fe6a3e5bc8fee |
EUC-JP | 訑譽蠑情 | 100011111101110111000111111011001010010111101010101111101011111011110000 | 8fddc7eca5eabebef0 |
UTF-8 | 訑譽蠑情 | 111010001010100010010001111010001010110110111101111010001010000010010001111001101000001110000101 | e8a891e8adbde8a091e68385 |
UHC | ?譽?情 | 001111111110011111100010001111111110111111010111 | 3fe7e23fefd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)