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 | 雅?き | 1000100111101011001111111000001010101011 | 89eb3f82ab |
EUC-JP | 雅?き | 1011001011101101001111111010010010101101 | b2ed3fa4ad |
UTF-8 | 雅붿き | 111010011001101110000101111010111011011010111111111000111000000110001101 | e99b85ebb6bfe3818d |
UHC | 雅붿き | 111001001011101010010100111011001010101010101101 | e4ba94ecaaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)