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 | 癲??侑? | 11100001100111110011111100111111100110001101000000111111 | e19f3f3f98d03f |
EUC-JP | 癲??侑? | 11100010101000010011111100111111110100001101001000111111 | e2a13f3fd0d23f |
UTF-8 | 癲룹쥋侑뾄 | 111001111001100110110010111010111010001110111001111011001010010110001011111001001011111010010001111010111011111010000100 | e799b2eba3b9eca58be4be91ebbe84 |
UHC | 癲룹쥋侑뾄 | 11101111101001101011011111101100101000101000010011101010111000101001011101000010 | efa6b7eca284eae29742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)