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 | ??悠∮ | 001111110011111110010111010010011000011110010011 | 3f3f97498793 |
EUC-JP | ??悠? | 0011111100111111110011011010101000111111 | 3f3fcdaa3f |
UTF-8 | 룴점悠∮ | 111010111010001110110100111011001010000010010000111001101000001010100000111000101000100010101110 | eba3b4eca090e682a0e288ae |
UHC | 룴점悠∮ | 1000111110101001110000011010000111101010111011011010001010110001 | 8fa9c1a1eaeda2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)