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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 乙??經?? | 1000100110110011001111110011111111100011010100110011111100111111 | 89b33f3fe3533f3f |
EUC-JP | 乙?頊經?? | 10110010101101010011111110001111111001111111010011100101101101000011111100111111 | b2b53f8fe7f4e5b43f3f |
UTF-8 | 乙렑頊經렞렢 | 111001001011100110011001111010111010000010010001111010011010000010001010111001111011011010010011111010111010000010011110111010111010000010100010 | e4b999eba091e9a08ae7b693eba09eeba0a2 |
UHC | 乙렑頊經렞렢 | 111010111110000010001110101001101110100111110101110011001110100010001110101011111000111010110011 | ebe08ea6e9f5cce88eaf8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)