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 | 鈐示寀而 | 1111101111000010100011101010011011111010101001111000111010100111 | fbc28ea6faa78ea7 |
EUC-JP | 鈐示寀而 | 10001111111000111100000110111100101010001000111110111010110110111011110010101001 | 8fe3c1bca88fbadbbca9 |
UTF-8 | 鈐示寀而 | 111010011000100010010000111001111010010010111010111001011010111110000000111010001000000010001100 | e98890e7a4bae5af80e8808c |
UHC | 鈐示寀而 | 1100110010100010111000111100011011110011111100101110110010111011 | cca2e3c6f3f2ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)