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 | ?戍??? | 001111111001110011111001001111110011111100111111 | 3f9cf93f3f3f |
EUC-JP | ?戍??? | 001111111101100011111011001111110011111100111111 | 3fd8fb3f3f3f |
UTF-8 | 룶戍춳㈐룵 | 111010111010001110110110111001101000100010001101111011001011011010110011111000111000100010010000111010111010001110110101 | eba3b6e6888decb6b3e38890eba3b5 |
UHC | 룶戍춳㈐룵 | 10001111101010111110001010100001101011011000111110101001110000011000111110101010 | 8fabe2a1ad8fa9c18faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)