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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逕菩詞 | 111001111001010010010101111011001000111010001100 | e79495ec8e8c |
EUC-JP | 逕菩詞 | 111011011111010011001010111011101011101111101100 | edf4caeebbec |
UTF-8 | 逕菩詞 | 111010011000000010010101111010001000111110101001111010001010100110011110 | e98095e88fa9e8a99e |
UHC | 逕菩詞 | 110011001110111111011100110011001101111011110010 | ccefdcccdef2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)