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 | 低?圖諄? | 1001001011100001001111111001101010100100111001100111100000111111 | 92e13f9aa4e6783f |
EUC-JP | 低?圖諄? | 1100010011100011001111111101010010100110111010111101100100111111 | c4e33fd4a6ebd93f |
UTF-8 | 低얕圖諄렍 | 111001001011110110001110111011001001011010010101111001011001110010010110111010001010101110000100111010111010000010001101 | e4bd8eec9695e59c96e8ab84eba08d |
UHC | 低얕圖諄렍 | 11101110101110001011111011101000110100111111000111100010111101001000111010100011 | eeb8bee8d3f1e2f48ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)