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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 油?猛 | 1001011011111011001111111001011011010010 | 96fb3f96d2 |
EUC-JP | 油?猛 | 1100110011111101001111111100110011010100 | ccfd3fccd4 |
UTF-8 | 油눅猛 | 111001101011001010111001111010111000100010000101111001111000110010011011 | e6b2b9eb8885e78c9b |
UHC | 油눅猛 | 111010101111101010110100101010101101100011101101 | eafab4aad8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)