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 | 鱸レ馞ア | 111010011110011111011010111110111111101010110001 | e9e7dafbfab1 |
EUC-JP | 鱸レ?ア | 11110010111010011000111011011010001111111000111010110001 | f2e98eda3f8eb1 |
UTF-8 | 鱸レ馞ア | 111010011011000110111000111011111011111010011010111010011010011010011110111011111011110110110001 | e9b1b8efbe9ae9a69eefbdb1 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)