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 | 釥識湜悉 | 1111101111000000100011101010111111111011010001111000111010111011 | fbc08eaffb478ebb |
EUC-JP | 釥識湜悉 | 10001111111000111010101110111100101100011000111111000111111111001011110010111101 | 8fe3abbcb18fc7fcbcbd |
UTF-8 | 釥識湜悉 | 111010011000011110100101111010001010110110011000111001101011100110011100111001101000001010001001 | e987a5e8ad98e6b99ce68289 |
UHC | ?識湜悉 | 00111111111000111101101111100011110101111110001111111010 | 3fe3dbe3d7e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)