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 | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 愽塀盂m | 10011100110001111001010110111011111000011011000101101101 | 9cc795bbe1b16d |
EUC-JP | 愽塀盂m | 11011000110010011100101010111101111000101011001101101101 | d8c9cabde2b36d |
UTF-8 | 愽塀盂m | 11100110100001001011110111100101101000011000000011100111100110111000001001101101 | e684bde5a180e79b826d |
UHC | ??盂m | 0011111100111111111010011101110101101101 | 3f3fe9dd6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)