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 | 繡??? | 100011111101010011010111001111110011111100111111 | 8fd4d73f3f3f |
UTF-8 | 繡뎸똎輦 | 111001111011100110100001111010111000111010111000111010111001100010001110111011111010011010011000 | e7b9a1eb8eb8eb988eefa698 |
UHC | 繡뎸똎輦 | 1110001010111001100010011000101110001100010011111110011011100100 | e2b9898b8c4fe6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)