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 | 柚ъ? | 1001011101001101100001001000110000111111 | 974d848c3f |
EUC-JP | 柚ъ? | 1100110110101110101001111110110000111111 | cdaea7ec3f |
UTF-8 | 柚ъ뒪 | 1110011010011111100110101101000110001010111010111001001010101010 | e69f9ad18aeb92aa |
UHC | 柚ъ뒪 | 111010101111011010101100111011001000101010100100 | eaf6acec8aa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)