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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 宍霆レ | 11110000101001011000111010110011111010001011101111011010 | f0a58eb3e8bbda |
EUC-JP | ?宍霆レ | 00111111101111001011010111110000101111011000111011011010 | 3fbcb5f0bd8eda |
UTF-8 | 宍霆レ | 111011101000000110100100111001011010111010001101111010011001110010000110111011111011111010011010 | ee81a4e5ae8de99c86efbe9a |
UHC | ??霆? | 0011111100111111111011111111110100111111 | 3f3feffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)