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 | 孃わ?悠?? | 100110110110111110000010111011010011111110010111010010010011111100111111 | 9b6f82ed3f97493f3f |
EUC-JP | 孃わ?悠?? | 110101011101000010100100111011110011111111001101101010100011111100111111 | d5d0a4ef3fcdaa3f3f |
UTF-8 | 孃わ퐞悠뉛쬄 | 111001011010110110000011111000111000001010001111111011011001000010011110111001101000001010100000111010111000100110011011111011001010110010000100 | e5ad83e3828fed909ee682a0eb899becac84 |
UHC | 孃わ퐞悠뉛쬄 | 111001011011111010101010111011111011110110000111111010101110110110000111111011111010011010011011 | e5beaaefbd87eaed87efa69b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)