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 | 歪??二ワ | 1001100001100011001111110011111110010011111100011000001110001111 | 98633f3f93f1838f |
EUC-JP | 歪??二ワ | 1100111111000100001111110011111111000110111100111010010111101111 | cfc43f3fc6f3a5ef |
UTF-8 | 歪뺛꺂二ワ | 111001101010110110101010111010111011101010011011111010101011101010000010111001001011101010001100111000111000001110101111 | e6adaaebba9beaba82e4ba8ce383af |
UHC | 歪뺛꺂二ワ | 11101000111000001001010111100011100000111010101111101100101000111010101111101111 | e8e095e383abeca3abef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)