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 | ???揚 | 0011111100111111001111111001011101100111 | 3f3f3f9767 |
EUC-JP | ???揚 | 0011111100111111001111111100110111001000 | 3f3f3fcdc8 |
UTF-8 | 맜믒쌡揚 | 111010111010011110011100111010111010111110010010111011001000110010100001111001101000111110011010 | eba79cebaf92ec8ca1e68f9a |
UHC | 맜믒쌡揚 | 1001000010101011100100101101010110011011010011011110010111000000 | 90ab92d59b4de5c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)