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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 汚??Y | 1000100110011000001111110011111101011001 | 89983f3f59 |
EUC-JP | 汚??Y | 1011000111111000001111110011111101011001 | b1f83f3f59 |
UTF-8 | 汚뉛쉬Y | 11100110101100011001101011101011100010011001101111101100100010011010110001011001 | e6b19aeb899bec89ac59 |
UHC | 汚뉛쉬Y | 11100111111111011000011111101111101111011010110001011001 | e7fd87efbdac59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)