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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???掖?? | 00111111001111110011111110011101011101000011111100111111 | 3f3f3f9d743f3f |
EUC-JP | ???掖?? | 00111111001111110011111111011001110101010011111100111111 | 3f3f3fd9d53f3f |
UTF-8 | 廉뉖젦掖믩젉 | 111011111010011010100010111010111000100110010110111011001010000010100110111001101000111010010110111010111010111110101001111011001010000010001001 | efa6a2eb8996eca0a6e68e96ebafa9eca089 |
UHC | 廉뉖젦掖믩젉 | 111001101111010110000111111010111010000010011110111001001111101010010010111010111010000010001011 | e6f587eba09ee4fa92eba08b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)