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 | 罌??幼 | 111000111010000000111111001111111001011101100011 | e3a03f3f9763 |
EUC-JP | 罌??幼 | 111001101010001000111111001111111100110111000100 | e6a23f3fcdc4 |
UTF-8 | 罌삘넀幼 | 111001111011110110001100111011001000001010011000111010111000010010000000111001011011100110111100 | e7bd8cec8298eb8480e5b9bc |
UHC | 罌삘넀幼 | 1110010110100010101110111110001010000110100100001110101011101010 | e5a2bbe28690eaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)