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 | 譴雁桑紆х | 11100110101000101000101011100101100011000100101111100010111111001000010010000111 | e6a28ae58c4be2fc8487 |
EUC-JP | 譴雁桑紆х | 11101100101001001011010011100111101101111010110011100100111111101010011111100111 | eca4b4e7b7ace4fea7e7 |
UTF-8 | 譴雁桑紆х | 1110100010101101101101001110100110011011100000011110011010100001100100011110011110110100100001101101000110000101 | e8adb4e99b81e6a191e7b486d185 |
UHC | 譴雁桑紆х | 11001100101110011110010011010010110111111100110111101001111000011010110011100111 | ccb9e4d2dfcde9e1ace7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)