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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?宿? | 00111111100011110110100000111111 | 3f8f683f |
EUC-JP | ?宿? | 00111111101111011100100100111111 | 3fbdc93f |
UTF-8 | 잓宿뼵 | 111011001001111010010011111001011010111010111111111010111011110010110101 | ec9e93e5aebfebbcb5 |
UHC | 잓宿뼵 | 100111111110100111100010110101101001011010111000 | 9fe9e2d696b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)