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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迯サ闡ォ阨セ | 111001111000110110111011111010001001000110101011111010001001010110111110 | e78dbbe891abe895be |
EUC-JP | 迯サ闡ォ阨セ | 111011011110110110001110101110111110111111110001100011101010101111101111111101011000111010111110 | eded8ebbeff18eabeff58ebe |
UTF-8 | 迯サ闡ォ阨セ | 111010001011111110101111111011111011110110111011111010011001011110100001111011111011110110101011111010011001100010101000111011111011110110111110 | e8bfafefbdbbe997a1efbdabe998a8efbdbe |
UHC | ??闡??? | 00111111001111111111010011000101001111110011111100111111 | 3f3ff4c53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)