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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 錠???諍 | 10001111111110010011111100111111001111111110011001111001 | 8ff93f3f3fe679 |
EUC-JP | 錠???諍 | 10111110111110110011111100111111001111111110101111011010 | befb3f3f3febda |
UTF-8 | 錠당렮렩諍 | 111010011000110010100000111010111000101110111001111010111010000010101110111010111010000010101001111010001010101110001101 | e98ca0eb8bb9eba0aeeba0a9e8ab8d |
UHC | 錠당렮렩諍 | 11101111111111001011010011100111100011101011101110001110101101111110111010110101 | effcb4e78ebb8eb7eeb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)