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 | 艪i姐 | 111001001000001010000010100010011000100010110111 | e482828988b7 |
EUC-JP | 艪i姐 | 111001111110001010100011111010011011000010111001 | e7e2a3e9b0b9 |
UTF-8 | 艪i姐 | 111010001000100110101010111011111011110110001001111001011010011110010000 | e889aaefbd89e5a790 |
UHC | ?i姐 | 0011111110100011111010011110111010111011 | 3fa3e9eebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)