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 | 北漏戀北 | 1001011001101011100110000101001010011100111101101001011001101011 | 966b98529cf6966b |
EUC-JP | 北漏戀北 | 1100101111001100110011111011001111011000111110001100101111001100 | cbcccfb3d8f8cbcc |
UTF-8 | 北漏戀北 | 111001011000110010010111111001101011110010001111111001101000100010000000111001011000110010010111 | e58c97e6bc8fe68880e58c97 |
UHC | 北漏戀北 | 1101110111000001110101111010100111010101111111001101110111000001 | ddc1d7a9d5fcddc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)