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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 歟??揖?\ | 1001111101100010001111110011111110010111010010110011111101011100 | 9f623f3f974b3f5c |
EUC-JP | 歟??揖?\ | 1101110111000011001111110011111111001101101011000011111101011100 | ddc33f3fcdac3f5c |
UTF-8 | 歟㏐랬揖쟊\ | 11100110101011011001111111100011100011111001000011101011100111101010110011100110100011111001011011101100100111111000101001011100 | e6ad9fe38f90eb9eace68f96ec9f8a5c |
UHC | 歟㏐랬揖쟊\ | 1110011010100010101001111110101010110111101010001110101111100111101000000100110001011100 | e6a2a7eab7a8ebe7a04c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)