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 | 霄願サ | 1110100010111010100010101110100010111011 | e8ba8ae8bb |
EUC-JP | 霄願サ | 111100001011110010110100111010101000111010111011 | f0bcb4ea8ebb |
UTF-8 | 霄願サ | 111010011001110010000100111010011010000110011000111011111011110110111011 | e99c84e9a198efbdbb |
UHC | ?願? | 00111111111010101100001100111111 | 3feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)