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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 琉욁겍樂⑺뜔硫 | 111011111010011110001100111011001001101010000001111010101011001010001101111011111010011010111111111000101001000110111010111010111001110010010100111011111010011110001110 | efa78cec9a81eab28defa6bfe291baeb9c94efa78e |
UHC | 琉욁겍樂⑺뜔硫 | 1110101110100100100111101110001110000001101001101110100011111001101010011110110110001101100101111110101110101001 | eba49ee381a6e8f9a9ed8d97eba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)