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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諍企? | 1110011001111001100010101110100100111111 | e6798ae93f |
EUC-JP | 諍企? | 1110101111011010101101001110101100111111 | ebdab4eb3f |
UTF-8 | 諍企뱅 | 111010001010101110001101111001001011110010000001111010111011000110000101 | e8ab8de4bc81ebb185 |
UHC | 諍企뱅 | 111011101011010111010000111010101011100111110000 | eeb5d0eab9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)