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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | コ釚淏 | 1011101011111011101110101111101101000010 | bafbbafb42 |
EUC-JP | コ釚淏 | 1000111010111010100011111110001110101000100011111100011111011001 | 8eba8fe3a88fc7d9 |
UTF-8 | コ釚淏 | 111011111011110110111010111010011000011110011010111001101011011110001111 | efbdbae9879ae6b78f |
UHC | ??淏 | 00111111001111111111101111001000 | 3f3ffbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)