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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 顋懶スコ雋頑 | 11101000111110011001110011101111101111011011101011101000101100101000101011100110 | e8f99cefbdbae8b28ae6 |
EUC-JP | 顋懶スコ雋頑 | 111100001111101111011000111100011000111010111101100011101011101011110000101101001011010011101000 | f0fbd8f18ebd8ebaf0b4b4e8 |
UTF-8 | 顋懶スコ雋頑 | 111010011010000110001011111001101000011110110110111011111011110110111101111011111011110110111010111010011001101110001011111010011010000010010001 | e9a18be687b6efbdbdefbdbae99b8be9a091 |
UHC | ?懶??雋頑 | 001111111101010011111011001111110011111111110001111001101110100011010111 | 3fd4fb3f3ff1e6e8d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)