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 | 﨟カ鮖ソ蠇カ | 111110111001110110110110111010011011100110111111111110111010000110110110 | fb9db6e9b9bffba1b6 |
EUC-JP | ?カ鮖ソ?カ | 00111111100011101011011011110010101110111000111010111111001111111000111010110110 | 3f8eb6f2bb8ebf3f8eb6 |
UTF-8 | 﨟カ鮖ソ蠇カ | 111011111010100010011111111011111011110110110110111010011010111010010110111011111011110110111111111010001010000010000111111011111011110110110110 | efa89fefbdb6e9ae96efbdbfe8a087efbdb6 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)