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 | 陂顔ャ狗透 | 111010001001100010001010111001111010110010001011111001111001001110100111 | e8988ae7ac8be793a7 |
EUC-JP | 陂顔ャ狗透 | 11101111111110001011010011101001100011101010110010110110111010011100011010101001 | eff8b4e98eacb6e9c6a9 |
UTF-8 | 陂顔ャ狗透 | 111010011001100110000010111010011010000110010100111011111011110110101100111001111000101110010111111010011000000010001111 | e99982e9a194efbdace78b97e9808f |
UHC | 陂顔?狗透 | 111110011010111011100100110101000011111111001111101101111111011111100010 | f9aee4d43fcfb7f7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)