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 | ???C? | 0011111100111111001111110100001100111111 | 3f3f3f433f |
SJIS-WIN | ??棲C? | 001111110011111110010000101100010100001100111111 | 3f3f90b1433f |
EUC-JP | ??棲C? | 001111110011111111000000101100110100001100111111 | 3f3fc0b3433f |
UTF-8 | 캥롛棲C騈 | 11101100101110101010010111101011101000011001101111100110101000111011001001000011111010011010100010001000 | ecbaa5eba19be6a3b243e9a888 |
UHC | 캥롛棲C騈 | 110001001011101110001110110111111101111111111000010000111101110011000000 | c4bb8edfdff843dcc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)