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 | ?????h? | 00111111001111110011111100111111001111110110100000111111 | 3f3f3f3f3f683f |
SJIS-WIN | 乙??池?h乙 | 10001001101100110011111100111111100100100111001000111111011010001000100110110011 | 89b33f3f92723f6889b3 |
EUC-JP | 乙??池?h乙 | 10110010101101010011111100111111110000111101001100111111011010001011001010110101 | b2b53f3fc3d33f68b2b5 |
UTF-8 | 乙얕툴池렏h乙 | 11100100101110011001100111101100100101101001010111101101100010001011010011100110101100011010000011101011101000001000111101101000111001001011100110011001 | e4b999ec9695ed88b4e6b1a0eba08f68e4b999 |
UHC | 乙얕툴池렏h乙 | 11101011111000001011111011101000110001011111100011110010101011101000111010100101011010001110101111100000 | ebe0bee8c5f8f2ae8ea568ebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)