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 | 哀???癲 | 10001000101000110011111100111111001111111110000110011111 | 88a33f3f3fe19f |
EUC-JP | 哀???癲 | 10110000101001010011111100111111001111111110001010100001 | b0a53f3f3fe2a1 |
UTF-8 | 哀넘됱젳癲 | 111001011001001110000000111010111000010010011000111010111001000010110001111011001010000010110011111001111001100110110010 | e59380eb8498eb90b1eca0b3e799b2 |
UHC | 哀넘됱젳癲 | 11100100111011101011001111010001100010011110110010100000101001111110111110100110 | e4eeb3d189eca0a7efa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)