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 | 炎???易? | 1000100110001010001111110011111100111111100010001101010100111111 | 898a3f3f3f88d53f |
EUC-JP | 炎?璵?易? | 10110001111010100011111110001111110011001110011000111111101100001101011100111111 | b1ea3f8fcce63fb0d73f |
UTF-8 | 炎륨璵殮易禮 | 111001111000001010001110111010111010010110101000111001111001001010110101111011111010011010100101111001101001100010010011111011111010011010110110 | e7828eeba5a8e792b5efa6a5e69893efa6b6 |
UHC | 炎륨璵殮易禮 | 111001101111101010110111111111011110011010100101111001101111100111100110101101101110011111011111 | e6fab7fde6a5e6f9e6b6e7df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)