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 | ?у?跨 | 001111111000010010000101001111111000110011010111 | 3f84853f8cd7 |
EUC-JP | 髥у?跨 | 1000111111101001111100001010011111100101001111111011100011011001 | 8fe9f0a7e53fb8d9 |
UTF-8 | 髥у넇跨 | 1110100110101011101001011101000110000011111010111000010010000111111010001011011110101000 | e9aba5d183eb8487e8b7a8 |
UHC | 髥у넇跨 | 1110011110100011101011001110010110000110100101111100111010100101 | e7a3ace58697cea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)