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 | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | 危O?? | 1000101011101011010011110011111100111111 | 8aeb4f3f3f |
EUC-JP | 危O?? | 1011010011101101010011110011111100111111 | b4ed4f3f3f |
UTF-8 | 危O장닻 | 11100101100011011011000101001111111011001001111010100101111010111000101110111011 | e58db14fec9ea5eb8bbb |
UHC | 危O장닻 | 11101010110010110100111111000000111001011011010011101001 | eacb4fc0e5b4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)