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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逕菩梛妤 | 1110011110010100100101011110110010011110100010111111101010100100 | e79495ec9e8bfaa4 |
EUC-JP | 逕菩梛妤 | 111011011111010011001010111011101101101111101011100011111011100110101111 | edf4caeedbeb8fb9af |
UTF-8 | 逕菩梛妤 | 111010011000000010010101111010001000111110101001111001101010001010011011111001011010011010100100 | e98095e88fa9e6a29be5a6a4 |
UHC | 逕菩?? | 110011001110111111011100110011000011111100111111 | ccefdccc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)