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 | 鋓ワ霄ェ鈐室 | 11111011110101101101110011101000101110101010101011111011110000101000111010111010 | fbd6dce8baaafbc28eba |
EUC-JP | 鋓ワ霄ェ鈐室 | 1000111111100100101111111000111011011100111100001011110010001110101010101000111111100011110000011011110010111100 | 8fe4bf8edcf0bc8eaa8fe3c1bcbc |
UTF-8 | 鋓ワ霄ェ鈐室 | 111010011000101110010011111011111011111010011100111010011001110010000100111011111011110110101010111010011000100010010000111001011010111010100100 | e98b93efbe9ce99c84efbdaae98890e5aea4 |
UHC | ????鈐室 | 0011111100111111001111110011111111001100101000101110001111111000 | 3f3f3f3fcca2e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)