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 | 伍??? | 1000110011011110001111110011111100111111 | 8cde3f3f3f |
EUC-JP | 伍??? | 1011100011100000001111110011111100111111 | b8e03f3f3f |
UTF-8 | 伍쀥만樂 | 111001001011110010001101111011001000000010100101111010111010011110001100111011111010011010111111 | e4bc8dec80a5eba78cefa6bf |
UHC | 伍쀥만樂 | 1110011111101010100101111110010110111000101110001110100011111001 | e7ea97e5b8b8e8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)