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 | ??G? | 00111111001111110100011100111111 | 3f3f473f |
SJIS-WIN | ??G鏃 | 0011111100111111010001111110100001010110 | 3f3f47e856 |
EUC-JP | ??G鏃 | 0011111100111111010001111110111110110111 | 3f3f47efb7 |
UTF-8 | 柳렋G鏃 | 11101111101001111000100111101011101000001000101101000111111010011000111110000011 | efa789eba08b47e98f83 |
UHC | 柳렋G鏃 | 11101010111101111000111010100010010001111111000011101100 | eaf78ea247f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)