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 | 001111110011111100111111001111110011111101101101 | 3f3f3f3f3f6d |
SJIS-WIN | ?ぁ存い’m | 00111111100000101001111110010001101101101000001010100010100000010110011001101101 | 3f829f91b682a281666d |
EUC-JP | ?ぁ存い’m | 00111111101001001010000111000010101110001010010010100100101000011100011101101101 | 3fa4a1c2b8a4a4a1c76d |
UTF-8 | 룵ぁ存い’m | 11101011101000111011010111100011100000011000000111100101101011011001100011100011100000011000010011100010100000001001100101101101 | eba3b5e38181e5ad98e38184e280996d |
UHC | 룵ぁ存い’m | 1000111110101010101010101010000111110000111011011010101010100100101000011010111101101101 | 8faaaaa1f0edaaa4a1af6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)