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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 移?????? | 1000100011011010001111110011111100111111001111110011111100111111 | 88da3f3f3f3f3f3f |
EUC-JP | 移?????? | 1011000011011100001111110011111100111111001111110011111100111111 | b0dc3f3f3f3f3f3f |
UTF-8 | 移렯履닺렦漏렧 | 111001111010011110111011111010111010000010101111111011111010011110011111111010111000101110111010111010111010000010100110111011111010010110001110111010111010000010100111 | e7a7bbeba0afefa79feb8bbaeba0a6efa58eeba0a7 |
UHC | 移렯履닺렦漏렧 | 1110110010111001100011101011110011101100101010101011010011101000100011101011010111010010111010001000111010110110 | ecb98ebcecaab4e88eb5d2e88eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)