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 | ??┷鈺? | 00111111001111111000010010111000111110111100010000111111 | 3f3f84b8fbc43f |
EUC-JP | 璵?┷鈺? | 10001111110011001110011000111111101010001011101010001111111000111101010100111111 | 8fcce63fa8ba8fe3d53f |
UTF-8 | 璵뷂┷鈺폙 | 111001111001001010110101111010111011011110000010111000101001010010110111111010011000100010111010111011011000111110011001 | e792b5ebb782e294b7e988baed8f99 |
UHC | 璵뷂┷鈺폙 | 11100110101001011001010011101111101001101011101011101000101011011011110101000010 | e6a594efa6bae8adbd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)