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 | ???B???B^ | 001111110011111100111111010000100011111100111111001111110100001001011110 | 3f3f3f423f3f3f425e |
SJIS-WIN | ???B???B^ | 001111110011111100111111010000100011111100111111001111110100001001011110 | 3f3f3f423f3f3f425e |
EUC-JP | ???B???B^ | 001111110011111100111111010000100011111100111111001111110100001001011110 | 3f3f3f423f3f3f425e |
UTF-8 | 溜븅걫B溜븅걫B^ | 111011111010011110001011111010111011100010000101111010101011000110101011010000101110111110100111100010111110101110111000100001011110101010110001101010110100001001011110 | efa78bebb885eab1ab42efa78bebb885eab1ab425e |
UHC | 溜븅걫B溜븅걫B^ | 111010101111111010111010111010011000000110010100010000101110101011111110101110101110100110000001100101000100001001011110 | eafebae9819442eafebae98194425e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)