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 | ??w??wB | 00111111001111110111011100111111001111110111011101000010 | 3f3f773f3f7742 |
SJIS-WIN | ??w??wB | 00111111001111110111011100111111001111110111011101000010 | 3f3f773f3f7742 |
EUC-JP | ??w??wB | 00111111001111110111011100111111001111110111011101000010 | 3f3f773f3f7742 |
UTF-8 | 렻렋w렻렋wB | 111010111010000010111011111010111010000010001011011101111110101110100000101110111110101110100000100010110111011101000010 | eba0bbeba08b77eba0bbeba08b7742 |
UHC | 렻렋w렻렋wB | 1000111011000011100011101010001001110111100011101100001110001110101000100111011101000010 | 8ec38ea2778ec38ea27742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)