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 | 瀞??? | 1001001111010010001111110011111100111111 | 93d23f3f3f |
EUC-JP | 瀞??? | 1100011011010100001111110011111100111111 | c6d43f3f3f |
UTF-8 | 瀞쮸렟렍 | 111001111000000010011110111011001010111010111000111010111010000010011111111010111010000010001101 | e7809eecaeb8eba09feba08d |
UHC | 瀞쮸렟렍 | 1110111111100111110000101110100110001110101100001000111010100011 | efe7c2e98eb08ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)