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 | 雎撰スョ邵イ | 111010001011000110010000111011111011110110101110111001111011100010110010 | e8b190efbdaee7b8b2 |
EUC-JP | 雎撰スョ邵イ | 111100001011001111000000111100011000111010111101100011101010111011101110101110101000111010110010 | f0b3c0f18ebd8eaeeeba8eb2 |
UTF-8 | 雎撰スョ邵イ | 111010011001101110001110111001101001001010110000111011111011110110111101111011111011110110101110111010011000001010110101111011111011110110110010 | e99b8ee692b0efbdbdefbdaee982b5efbdb2 |
UHC | 雎撰??邵? | 111011101101000111110011101111000011111100111111111000011101000000111111 | eed1f3bc3f3fe1d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)