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 | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
SJIS-WIN | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
EUC-JP | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
UTF-8 | 혫쨉Y혫쨉bnoBF | 111011011001100010101011111011001010100010001001010110011110110110011000101010111110110010101000100010010110001001101110011011110100001001000110 | ed98abeca88959ed98abeca889626e6f4246 |
UHC | 혫쨉Y혫쨉bnoBF | 1100001010010011110000101011010101011001110000101001001111000010101101010110001001101110011011110100001001000110 | c293c2b559c293c2b5626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)