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 | ?嵩終∫ | 00111111100100001001001110001111010010011000000111100111 | 3f90938f4981e7 |
EUC-JP | ?嵩終∫ | 00111111101111111111001110111101101010101010001011101001 | 3fbff3bdaaa2e9 |
UTF-8 | 룶嵩終∫ | 111010111010001110110110111001011011010110101001111001111011010110000010111000101000100010101011 | eba3b6e5b5a9e7b582e288ab |
UHC | 룶嵩終∫ | 1000111110101011111000111010000111110000111110111010000111110010 | 8fabe3a1f0fba1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)