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 | 譴雁桑紆хケ | 1110011010100010100010101110010110001100010010111110001011111100100001001000011110111001 | e6a28ae58c4be2fc8487b9 |
EUC-JP | 譴雁桑紆хケ | 111011001010010010110100111001111011011110101100111001001111111010100111111001111000111010111001 | eca4b4e7b7ace4fea7e78eb9 |
UTF-8 | 譴雁桑紆хケ | 1110100010101101101101001110100110011011100000011110011010100001100100011110011110110100100001101101000110000101111011111011110110111001 | e8adb4e99b81e6a191e7b486d185efbdb9 |
UHC | 譴雁桑紆х? | 1100110010111001111001001101001011011111110011011110100111100001101011001110011100111111 | ccb9e4d2dfcde9e1ace73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)