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 | 毫?渦??? | 1001111101111100001111111000100101010001001111110011111100111111 | 9f7c3f89513f3f3f |
EUC-JP | 毫?渦??? | 1101110111011101001111111011000110110010001111110011111100111111 | dddd3fb1b23f3f3f |
UTF-8 | 毫렜渦쇘렩렖 | 111001101010111110101011111010111010000010011100111001101011100010100110111011001000011110011000111010111010000010101001111010111010000010010110 | e6afabeba09ce6b8a6ec8798eba0a9eba096 |
UHC | 毫렜渦쇘렩렖 | 111110111100011010001110101011101110100010111110101111001110011110001110101101111000111010101011 | fbc68eaee8bebce78eb78eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)