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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 溜삳젒溜뼘 | 111011111010011110001011111011001000001010110011111011001010000010010010111011111010011110001011111010111011110010011000 | efa78bec82b3eca092efa78bebbc98 |
UHC | 溜삳젒溜뼘 | 11101010111111101011101111101011101000001001000111101010111111101011101111000010 | eafebbeba091eafebbc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)