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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 惚取勞邨 | 1000110110011011100011101110011010011001101001111110011110110101 | 8d9b8ee699a7e7b5 |
EUC-JP | 惚取勞邨 | 1011100111111011101111001110100011010010101010011110111010110111 | b9fbbce8d2a9eeb7 |
UTF-8 | 惚取勞邨 | 111001101000001110011010111001011000111110010110111001011000101110011110111010011000001010101000 | e6839ae58f96e58b9ee982a8 |
UHC | 惚取勞邨 | 1111101111101101111101101010001011010110110011001111010110111110 | fbedf6a2d6ccf5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)