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 | 讓玲」帝オ腺 | 11100110101010001001011111100110101000111001001011101001101101011001000101000010 | e6a897e6a392e9b59142 |
EUC-JP | 讓玲」帝オ腺 | 111011001010101011001110111010001000111010100011110001001110101110001110101101011100000110100011 | ecaacee88ea3c4eb8eb5c1a3 |
UTF-8 | 讓玲」帝オ腺 | 111010001010111010010011111001111000111010110010111011111011110110100011111001011011100010011101111011111011110110110101111010001000010110111010 | e8ae93e78eb2efbda3e5b89defbdb5e885ba |
UHC | 讓玲?帝?腺 | 11100101110100111101011010111100001111111111000010101000001111111110000011001101 | e5d3d6bc3ff0a83fe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)