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 | ??喇? | 0011111100111111100110100110100000111111 | 3f3f9a683f |
EUC-JP | ??喇? | 0011111100111111110100111100100100111111 | 3f3fd3c93f |
UTF-8 | 뤗늬喇쒼 | 111010111010010010010111111010111000101010101100111001011001011010000111111011001001001010111100 | eba497eb8aace59687ec92bc |
UHC | 뤗늬喇쒼 | 1000111111000111101101001100110011010100111110101011111010110000 | 8fc7b4ccd4fabeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)