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 | 禎??蛟?? | 1001001011110101001111110011111111100101100000000011111100111111 | 92f53f3fe5803f3f |
EUC-JP | 禎??蛟?? | 1100010011110111001111110011111111101001111000000011111100111111 | c4f73f3fe9e03f3f |
UTF-8 | 禎렋欌蛟렯렱 | 111001111010011010001110111010111010000010001011111001101010110010001100111010001001101110011111111010111010000010101111111010111010000010110001 | e7a68eeba08be6ac8ce89b9feba0afeba0b1 |
UHC | 禎렋欌蛟렯렱 | 111011111110111010001110101000101110110111101011110011101111000110001110101111001000111010111110 | efee8ea2edebcef18ebc8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)