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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 청횘횈횩횏 | 111011001011001010101101111011011001101010011000111011011001101010001000111011011001101010101001111011011001101010001111 | ecb2aded9a98ed9a88ed9aa9ed9a8f |
UHC | 청횘횈횩횏 | 11000011101110111100001110010010110000111000011011000011100111111100001110001011 | c3bbc392c386c39fc38b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)