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 | ?輟??? | 001111111110011101101111001111110011111100111111 | 3fe76f3f3f3f |
EUC-JP | ?輟??? | 001111111110110111010000001111110011111100111111 | 3fedd03f3f3f |
UTF-8 | 뤋輟쭗샘렔 | 111010111010010010001011111010001011110010011111111011001010110110010111111011001000001110011000111010111010000010010100 | eba48be8bc9fecad97ec8398eba094 |
UHC | 뤋輟쭗샘렔 | 10001111101110111111010011001111101001111000111110111011111110011000111010101001 | 8fbbf4cfa78fbbf98ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)