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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雅??艤?? | 1000100111101011001111110011111111100100011111100011111100111111 | 89eb3f3fe47e3f3f |
EUC-JP | 雅??艤?? | 1011001011101101001111110011111111100111110111110011111100111111 | b2ed3f3fe7df3f3f |
UTF-8 | 雅ⓥ뮪艤욤쓩 | 111010011001101110000101111000101001001110100101111010111010111010101010111010001000100110100100111011001001101010100100111011001001001110101001 | e99b85e293a5ebaeaae889a4ec9aa4ec93a9 |
UHC | 雅ⓥ뮪艤욤쓩 | 111001001011101010101000111000101001001010110100111010111111101010111111111010001011111010110001 | e4baa8e292b4ebfabfe8beb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)