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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 譚馴擠迺ス隴 | 1110011010011101100100111110100110011101101010011110011110010010101111011110100010101101 | e69d93e99da9e792bde8ad |
EUC-JP | 譚馴擠迺ス隴 | 111010111111110111000110111010111101101010101011111011011111001010001110101111011111000010101111 | ebfdc6ebdaabedf28ebdf0af |
UTF-8 | 譚馴擠迺ス隴 | 111010001010110110011010111010011010011010110100111001101001001110100000111010001011111110111010111011111011110110111101111010011001101010110100 | e8ad9ae9a6b4e693a0e8bfbaefbdbde99ab4 |
UHC | 譚馴???? | 1101001111001001111000101111100000111111001111110011111100111111 | d3c9e2f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)