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 | ???泣ゆ? | 0011111100111111001111111000101110000011100000101110010000111111 | 3f3f3f8b8382e43f |
EUC-JP | 濚??泣ゆ? | 10001111110010011010000100111111001111111011010111100011101001001110011000111111 | 8fc9a13f3fb5e3a4e63f |
UTF-8 | 濚밤꺂泣ゆ룚 | 111001101011111110011010111010111011000010100100111010101011101010000010111001101011001110100011111000111000001010000110111010111010001110011010 | e6bf9aebb0a4eaba82e6b3a3e38286eba39a |
UHC | 濚밤꺂泣ゆ룚 | 111001111011100110111001111000111000001110101011111010111110100010101010111001101000111110010110 | e7b9b9e383abebe8aae68f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)