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 | 宍鶯セ | 11110000101101111000111010110011111010011111001010111110 | f0b78eb3e9f2be |
EUC-JP | ?宍鶯セ | 00111111101111001011010111110010111101001000111010111110 | 3fbcb5f2f48ebe |
UTF-8 | 宍鶯セ | 111011101000000110110110111001011010111010001101111010011011011010101111111011111011110110111110 | ee81b6e5ae8de9b6afefbdbe |
UHC | ??鶯? | 0011111100111111111001011010001100111111 | 3f3fe5a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)