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 | 移렖롋댁렭쮜렩 | 111001111010011110111011111010111010000010010110111010111010000110001011111010111000110010000001111010111010000010101101111011001010111010011100111010111010000010101001 | e7a7bbeba096eba18beb8c81eba0adecae9ceba0a9 |
UHC | 移렖롋댁렭쮜렩 | 1110110010111001100011101010101110001110110100011011010011101100100011101011101011000010111010001000111010110111 | ecb98eab8ed1b4ec8ebac2e88eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)