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 | 実冗ョ | 11110000101111101000111011000000100011111110011110101110 | f0be8ec08fe7ae |
EUC-JP | ?実冗ョ | 00111111101111001100001010111110111010011000111010101110 | 3fbcc2bee98eae |
UTF-8 | 実冗ョ | 111011101000000110111101111001011010111010011111111001011000011010010111111011111011110110101110 | ee81bde5ae9fe58697efbdae |
UHC | ??冗? | 0011111100111111111010011011011100111111 | 3f3fe9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)