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 | 碇?駿??? | 1001001011110100001111111000111101111000001111110011111100111111 | 92f43f8f783f3f3f |
EUC-JP | 碇?駿??? | 1100010011110110001111111011110111011001001111110011111100111111 | c4f63fbdd93f3f3f |
UTF-8 | 碇렢駿쇘렚렖 | 111001111010001010000111111010111010000010100010111010011010011110111111111011001000011110011000111010111010000010011010111010111010000010010110 | e7a287eba0a2e9a7bfec8798eba09aeba096 |
UHC | 碇렢駿쇘렚렖 | 111011111110110110001110101100111111000111100111101111001110011110001110101011011000111010101011 | efed8eb3f1e7bce78ead8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)