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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 뤈닷닢느 | 111010111010010010001000111010111000101110110111111010111000101110100010111010111000101010010000 | eba488eb8bb7eb8ba2eb8a90 |
UHC | 뤈닷닢느 | 1000111110111000101101001110010110110100110110001011010011000000 | 8fb8b4e5b4d8b4c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)