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 | 癲???ゅ、 | 111000011001111100111111001111110011111110000010111000111000000101000001 | e19f3f3f3f82e38141 |
EUC-JP | 癲???ゅ、 | 111000101010000100111111001111110011111110100100111001011010000110100010 | e2a13f3f3fa4e5a1a2 |
UTF-8 | 癲싳뼃痢ゅ、 | 111001111001100110110010111011001000101110110011111010111011110010000011111011111010011110100101111000111000001010000101111000111000000010000001 | e799b2ec8bb3ebbc83efa7a5e38285e38081 |
UHC | 癲싳뼃痢ゅ、 | 111011111010011010011010111011001001011010001101111011001011100010101010111001011010000110100010 | efa69aec968decb8aae5a1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)