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 | 陽怐韈陽 | 1001011101111010100111001000000111101000111001111001011101111010 | 977a9c81e8e7977a |
EUC-JP | 陽怐韈陽 | 1100110111011011110101111110000111110000111010011100110111011011 | cddbd7e1f0e9cddb |
UTF-8 | 陽怐韈陽 | 111010011001100110111101111001101000000010010000111010011001111110001000111010011001100110111101 | e999bde68090e99f88e999bd |
UHC | 陽??陽 | 111001011101010100111111001111111110010111010101 | e5d53f3fe5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)