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 | 探巽旦遜 | 1001001001010100100100100100011010010010010101011001000110111011 | 92549246925591bb |
EUC-JP | 探巽旦遜 | 1100001110110101110000111010011111000011101101101100001010111101 | c3b5c3a7c3b6c2bd |
UTF-8 | 探巽旦遜 | 111001101000111010100010111001011011011110111101111001101001011110100110111010011000000110011100 | e68ea2e5b7bde697a6e9819c |
UHC | 探巽旦遜 | 1111011110101110111000011101111011010011101010011110000111100001 | f7aee1ded3a9e1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)