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 | 辞鶯軸 | 1111001010100011100011101010101111101001111100101000111010110010 | f2a38eabe9f28eb2 |
EUC-JP | ?辞鶯軸 | 00111111101111001010110111110010111101001011110010110100 | 3fbcadf2f4bcb4 |
UTF-8 | 辞鶯軸 | 111011101000011110011010111010001011111010011110111010011011011010101111111010001011101110111000 | ee879ae8be9ee9b6afe8bbb8 |
UHC | ??鶯軸 | 001111110011111111100101101000111111010111101110 | 3f3fe5a3f5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)