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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 秊쐾멗秊 | 111011111010011010010101111011001001000010111110111010111010100110010111111011111010011010010101 | efa695ec90beeba997efa695 |
UHC | 秊쐾멗秊 | 1110011011011100100111001001111010010001010010011110011011011100 | e6dc9c9e9149e6dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)