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 | 運削怜迅 | 1000100101011110100011011110110110010111111001011001000001110110 | 895e8ded97e59076 |
EUC-JP | 運削怜迅 | 1011000110111111101110101110111111001110111001111011111111010111 | b1bfbaefcee7bfd7 |
UTF-8 | 運削怜迅 | 111010011000000110001011111001011000100110001010111001101000000010011100111010001011111110000101 | e9818be5898ae6809ce8bf85 |
UHC | 運削怜迅 | 1110101010100001110111101111101111010110101110111110001111110110 | eaa1defbd6bbe3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)