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 | ?斐坎 | 0011111110010100111000111001101010101010 | 3f94e39aaa |
EUC-JP | ?斐坎 | 0011111111001000111001011101010010101100 | 3fc8e5d4ac |
UTF-8 | 뤶斐坎 | 111010111010010010110110111001101001011010010000111001011001110110001110 | eba4b6e69690e59d8e |
UHC | 뤶斐坎 | 100011111110010011011101111011001100101011101100 | 8fe4ddeccaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)