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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 姚??彦?? | 1001101101001100001111110011111110010101010001100011111100111111 | 9b4c3f3f95463f3f |
EUC-JP | 姚??彦?? | 1101010110101101001111110011111111001001101001110011111100111111 | d5ad3f3fc9a73f3f |
UTF-8 | 姚붼쭠彦얕겳 | 111001011010011110011010111010111011011010111100111011001010110110100000111001011011110110100110111011001001011010010101111010101011001010110011 | e5a79aebb6bcecada0e5bda6ec9695eab2b3 |
UHC | 姚붼쭠彦얕겳 | 111010001110111010010100111010011010011110010101111001011110100110111110111010001000000110111111 | e8ee94e9a795e5e9bee881bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)