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 | ?????_B | 00111111001111110011111100111111001111110101111101000010 | 3f3f3f3f3f5f42 |
SJIS-WIN | ?????_B | 00111111001111110011111100111111001111110101111101000010 | 3f3f3f3f3f5f42 |
EUC-JP | ?????_B | 00111111001111110011111100111111001111110101111101000010 | 3f3f3f3f3f5f42 |
UTF-8 | 챌챌혱횂횪_B | 1110110010110001100011001110110010110001100011001110110110011000101100011110110110011010100000101110110110011010101010100101111101000010 | ecb18cecb18ced98b1ed9a82ed9aaa5f42 |
UHC | 챌챌혱횂횪_B | 110000111010011111000011101001111100001010011000110000111000001011000011101000000101111101000010 | c3a7c3a7c298c382c3a05f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)