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 | mèYmèbE | 1000111101101101100111111110100001011001100011110110110110011111111010000110001001000101 | 8f6d9fe8598f6d9fe86245 |
SJIS-WIN | ?m??Y?m??bE | 0011111101101101001111110011111101011001001111110110110100111111001111110110001001000101 | 3f6d3f3f593f6d3f3f6245 |
EUC-JP | ?m?èY?m?èbE | 001111110110110100111111100011111010101110110010010110010011111101101101001111111000111110101011101100100110001001000101 | 3f6d3f8fabb2593f6d3f8fabb26245 |
UTF-8 | mèYmèbE | 1100001010001111011011011100001010011111110000111010100001011001110000101000111101101101110000101001111111000011101010000110001001000101 | c28f6dc29fc3a859c28f6dc29fc3a86245 |
UHC | ?m??Y?m??bE | 0011111101101101001111110011111101011001001111110110110100111111001111110110001001000101 | 3f6d3f3f593f6d3f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)