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 | 第??? | 1001000111100110001111110011111100111111 | 91e63f3f3f |
EUC-JP | 第??? | 1100001011101000001111110011111100111111 | c2e83f3f3f |
UTF-8 | 第멩렪乶 | 111001111010110010101100111010111010100110101001111010111010000010101010111001001011100110110110 | e7acaceba9a9eba0aae4b9b6 |
UHC | 第멩렪乶 | 1111000010101111101110001110011010001110101110001101110011100011 | f0afb8e68eb8dce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)