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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 烏??猿? | 10001001010001110011111100111111100010011000111000111111 | 89473f3f898e3f |
EUC-JP | 烏??猿? | 10110001101010000011111100111111101100011110111000111111 | b1a83f3fb1ee3f |
UTF-8 | 烏녿㈇猿멊 | 111001111000001110001111111010111000010110111111111000111000100010000111111001111000110010111111111010111010100110001010 | e7838feb85bfe38887e78cbfeba98a |
UHC | 烏녿㈇猿멊 | 11101000101000011000011011101011101010011011100011101010101110111001000101000010 | e8a186eba9b8eabb9142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)