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 | 驤第サ | 1110100110001000100100011110011010111011 | e98891e6bb |
EUC-JP | 驤第サ | 111100011110100011000010111010001000111010111011 | f1e8c2e88ebb |
UTF-8 | 驤第サ | 111010011010100110100100111001111010110010101100111011111011110110111011 | e9a9a4e7acacefbdbb |
UHC | ?第? | 00111111111100001010111100111111 | 3ff0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)