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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 将硼ォリ~ | 10001111101010111110000111101101101010111101100001111110 | 8fabe1edabd87e |
EUC-JP | 将硼ォリ~ | 101111101010110111100010111011111000111010101011100011101101100001111110 | beade2ef8eab8ed87e |
UTF-8 | 将硼ォリ~ | 11100101101100001000011011100111101000011011110011101111101111011010101111101111101111101001100001111110 | e5b086e7a1bcefbdabefbe987e |
UHC | ?硼??~ | 001111111101110111011101001111110011111101111110 | 3fdddd3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)