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 | ??班? | 0011111100111111100101001100011100111111 | 3f3f94c73f |
EUC-JP | ??班龐 | 00111111001111111100100011001001100011111110110111011001 | 3f3fc8c98fedd9 |
UTF-8 | 뤛퐥班龐 | 111010111010010010011011111011011001000010100101111001111000111110101101111010011011111010010000 | eba49bed90a5e78fade9be90 |
UHC | 뤛퐥班龐 | 1000111111001010101111011000111011011010111011001101101111000010 | 8fcabd8edaecdbc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)