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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 額??乙??B | 100010100111101000111111001111111000100110110011001111110011111101000010 | 8a7a3f3f89b33f3f42 |
EUC-JP | 額??乙??B | 101100111101101100111111001111111011001010110101001111110011111101000010 | b3db3f3fb2b53f3f42 |
UTF-8 | 額곗뀺乙댁죫B | 11101001101000011000110111101010101100111001011111101011100000001011101011100100101110011001100111101011100011001000000111101100101000111010101101000010 | e9a18deab397eb80bae4b999eb8c81eca3ab42 |
UHC | 額곗뀺乙댁죫B | 11100100111111101011000011101100100001011011000011101011111000001011010011101100101000011000011001000010 | e4feb0ec85b0ebe0b4eca18642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)