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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?吾??吾?^ | 001111111000110011100001001111110011111110001100111000010011111101011110 | 3f8ce13f3f8ce13f5e |
EUC-JP | ?吾??吾?^ | 001111111011100011100011001111110011111110111000111000110011111101011110 | 3fb8e33f3fb8e33f5e |
UTF-8 | 렱吾렿렱吾렿^ | 11101011101000001011000111100101100100001011111011101011101000001011111111101011101000001011000111100101100100001011111011101011101000001011111101011110 | eba0b1e590beeba0bfeba0b1e590beeba0bf5e |
UHC | 렱吾렿렱吾렿^ | 10001110101111101110011111101110100011101100011110001110101111101110011111101110100011101100011101011110 | 8ebee7ee8ec78ebee7ee8ec75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)