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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 曜???? | 100101110110101000111111001111110011111100111111 | 976a3f3f3f3f |
EUC-JP | 曜??濚? | 1100110111001011001111110011111110001111110010011010000100111111 | cdcb3f3f8fc9a13f |
UTF-8 | 曜랃쉈濚㏛ | 111001101001101110011100111010111001111010000011111011001000100110001000111001101011111110011010111000111000111110011011 | e69b9ceb9e83ec8988e6bf9ae38f9b |
UHC | 曜랃쉈濚㏛ | 11101000111110001000110111101111101111011010010111100111101110011010011111100100 | e8f88defbda5e7b9a7e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)