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 | 梧??鈺?? | 1000110011100110001111110011111111111011110001000011111100111111 | 8ce63f3ffbc43f3f |
EUC-JP | 梧??鈺?? | 101110001110100000111111001111111000111111100011110101010011111100111111 | b8e83f3f8fe3d53f3f |
UTF-8 | 梧€궆鈺섌썚 | 111001101010001010100111111000101000001010101100111010101011011010000110111010011000100010111010111011001000010010001100111011001000110110011010 | e6a2a7e282aceab686e988baec848cec8d9a |
UHC | 梧€궆鈺섌썚 | 111001111111110010100010111001101000001010011111111010001010110110011000111010011001101110001101 | e7fca2e6829fe8ad98e99b8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)