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 | 漿?雄? | 100111111111011100111111100101110101100100111111 | 9ff73f97593f |
EUC-JP | 漿?雄? | 110111101111100100111111110011011011101000111111 | def93fcdba3f |
UTF-8 | 漿렔雄덱 | 111001101011110010111111111010111010000010010100111010011001101110000100111010111000110110110001 | e6bcbfeba094e99b84eb8db1 |
UHC | 漿렔雄덱 | 1110110111101100100011101010100111101010101010011011010110100110 | edec8ea9eaa9b5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)