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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譴雁桑紆 | 1110011010100010100010101110010110001100010010111110001011111100 | e6a28ae58c4be2fc |
EUC-JP | 譴雁桑紆 | 1110110010100100101101001110011110110111101011001110010011111110 | eca4b4e7b7ace4fe |
UTF-8 | 譴雁桑紆 | 111010001010110110110100111010011001101110000001111001101010000110010001111001111011010010000110 | e8adb4e99b81e6a191e7b486 |
UHC | 譴雁桑紆 | 1100110010111001111001001101001011011111110011011110100111100001 | ccb9e4d2dfcde9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)