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 | 譽??泳 | 111001101010001100111111001111111000100101101010 | e6a33f3f896a |
EUC-JP | 譽??泳 | 111011001010010100111111001111111011000111001011 | eca53f3fb1cb |
UTF-8 | 譽긺텥泳 | 111010001010110110111101111010101011100010111010111011011000010110100101111001101011001110110011 | e8adbdeab8baed85a5e6b3b3 |
UHC | 譽긺텥泳 | 1110011111100010101100011110011110110110100110101110011110110110 | e7e2b1e7b69ae7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)