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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?躁賓 | 0011111111100111010011101001010101101111 | 3fe74e956f |
EUC-JP | ?躁賓 | 0011111111101101101011111100100111010000 | 3fedafc9d0 |
UTF-8 | 쁩躁賓 | 111011001000000110101001111010001011101010000001111010001011001110010011 | ec81a9e8ba81e8b393 |
UHC | 쁩躁賓 | 101110111101111011110000111000101101111010111001 | bbdef0e2deb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)