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 | 予???э? | 1001011101011100001111110011111100111111100001001000111100111111 | 975c3f3f3f848f3f |
EUC-JP | 予???э? | 1100110110111101001111110011111100111111101001111110111100111111 | cdbd3f3f3fa7ef3f |
UTF-8 | 予쀫쉴鱗э쭓 | 1110010010111010100010001110110010000000101010111110110010001001101101001110111110100111101100101101000110001101111011001010110110010011 | e4ba88ec80abec89b4efa7b2d18decad93 |
UHC | 予쀫쉴鱗э쭓 | 111001011111100010010111111010111011110110101111111011001110011110101100111011111010011110001011 | e5f897ebbdafece7acefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)