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 | 漿?億?? | 10011111111101110011111110001001101011010011111100111111 | 9ff73f89ad3f3f |
EUC-JP | 漿?億?? | 11011110111110010011111110110010101011110011111100111111 | def93fb2af3f3f |
UTF-8 | 漿렩億뜸행 | 111001101011110010111111111010111010000010101001111001011000010010000100111010111001110010111000111011011001011010001001 | e6bcbfeba0a9e58484eb9cb8ed9689 |
UHC | 漿렩億뜸행 | 11101101111011001000111010110111111001011110001010110110111001001100011111100000 | edec8eb7e5e2b6e4c7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)