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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 횗쩌횎챌횕횤횠 | 111011011001101010010111111011001010100110001100111011011001101010001110111011001011000110001100111011011001101010010101111011011001101010100100111011011001101010100000 | ed9a97eca98ced9a8eecb18ced9a95ed9aa4ed9aa0 |
UHC | 횗쩌횎챌횕횤횠 | 1100001110010001110000101011110011000011100010101100001110100111110000111000111111000011100110111100001110011000 | c391c2bcc38ac3a7c38fc39bc398 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)