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 | 撓????? | 10011101100110100011111100111111001111110011111100111111 | 9d9a3f3f3f3f3f |
EUC-JP | 撓??濚?? | 110110011111101000111111001111111000111111001001101000010011111100111111 | d9fa3f3f8fc9a13f3f |
UTF-8 | 撓랃쉈濚썲퉼 | 111001101001001010010011111010111001111010000011111011001000100110001000111001101011111110011010111011001000110110110010111011011000100110111100 | e69293eb9e83ec8988e6bf9aec8db2ed89bc |
UHC | 撓랃쉈濚썲퉼 | 111010001111010110001101111011111011110110100101111001111011100110111101111001011011100110010100 | e8f58defbda5e7b9bde5b994 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)