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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 乳℡?哀珞B | 10010011111110111000011110000100001111111000100010100011111000001110001001000010 | 93fb87843f88a3e0e242 |
EUC-JP | 乳??哀珞B | 110001101111110100111111001111111011000010100101111000001110010001000010 | c6fd3f3fb0a5e0e442 |
UTF-8 | 乳℡썬哀珞B | 11100100101110011011001111100010100001001010000111101100100011011010110011100101100100111000000011100111100011111001111001000010 | e4b9b3e284a1ec8dace59380e78f9e42 |
UHC | 乳℡썬哀珞B | 1110101011100001101000101110010110111101111000111110010011101110110101011010100001000010 | eae1a2e5bde3e4eed5a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)