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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 「邵ス赦 | 1111100110100010101000101110011110111000101111011000111011001101 | f9a2a2e7b8bd8ecd |
EUC-JP | ?「邵ス赦 | 001111111000111010100010111011101011101010001110101111011011110011001111 | 3f8ea2eeba8ebdbccf |
UTF-8 | 「邵ス赦 | 111011101001101110111101111011111011110110100010111010011000001010110101111011111011110110111101111010001011010110100110 | ee9bbdefbda2e982b5efbdbde8b5a6 |
UHC | ??邵?赦 | 00111111001111111110000111010000001111111101111011110101 | 3f3fe1d03fdef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)