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 | 諱ッ謐牙叉閾 | 1110011010000001101011111110011010001101100010011110010110001101101100111110100010000111 | e681afe68d89e58db3e887 |
EUC-JP | 諱ッ謐牙叉閾 | 111010111110000110001110101011111110101111101101101100101110011110111010101101011110111111100111 | ebe18eafebedb2e7bab5efe7 |
UTF-8 | 諱ッ謐牙叉閾 | 111010001010101110110001111011111011110110101111111010001010110010010000111001111000100110011001111001011000111110001001111010011001011010111110 | e8abb1efbdafe8ac90e78999e58f89e996be |
UHC | 諱?謐牙叉? | 11111101110010010011111111011010110011011110010010110011111100111010100100111111 | fdc93fdacde4b3f3a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)