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 | 雄臀? | 1001011101011001111001000101110000111111 | 9759e45c3f |
EUC-JP | 雄臀? | 1100110110111010111001111011110100111111 | cdbae7bd3f |
UTF-8 | 雄臀렑 | 111010011001101110000100111010001000011110000000111010111010000010010001 | e99b84e88780eba091 |
UHC | 雄臀렑 | 111010101010100111010100111010111000111010100110 | eaa9d4eb8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)