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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 뤧생뤞빡 | 111010111010010010100111111011001000001110011101111010111010010010011110111010111011100110100001 | eba4a7ec839deba49eebb9a1 |
UHC | 뤧생뤞빡 | 1000111111010101101110111111110110001111110011011011101011111101 | 8fd5bbfd8fcdbafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)