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 | ¸öÍ | 10111000111101101000111111001101 | b8f68fcd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ¸ö?Í | 10001111101000101011000110001111101010111101001100111111100011111010101010111111 | 8fa2b18fabd33f8faabf |
UTF-8 | ¸öÍ | 1100001010111000110000111011011011000010100011111100001110001101 | c2b8c3b6c28fc38d |
UHC | ¸??? | 1010001010101100001111110011111100111111 | a2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)