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 | 繒?航 | 1111101110001111001111111000110101110001 | fb8f3f8d71 |
EUC-JP | 繒?航 | 100011111101010011010100001111111011100111010010 | 8fd4d43fb9d2 |
UTF-8 | 繒렟航 | 111001111011100110010010111010111010000010011111111010001000100010101010 | e7b992eba09fe888aa |
UHC | 繒렟航 | 111100011111100110001110101100001111100111111110 | f1f98eb0f9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)