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 | 航ゅ? | 1000110101110001100000101110001100111111 | 8d7182e33f |
EUC-JP | 航ゅ? | 1011100111010010101001001110010100111111 | b9d2a4e53f |
UTF-8 | 航ゅ뤀 | 111010001000100010101010111000111000001010000101111010111010010010000000 | e888aae38285eba480 |
UHC | 航ゅ뤀 | 111110011111111010101010111001011000111110110001 | f9feaae58fb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)