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 | ?????LG | 00111111001111110011111100111111001111110100110001000111 | 3f3f3f3f3f4c47 |
SJIS-WIN | ?????LG | 00111111001111110011111100111111001111110100110001000111 | 3f3f3f3f3f4c47 |
EUC-JP | ?????LG | 00111111001111110011111100111111001111110100110001000111 | 3f3f3f3f3f4c47 |
UTF-8 | 혦챠챌첨혲LG | 1110110110011000101001101110110010110001101000001110110010110001100011001110110010110010101010001110110110011000101100100100110001000111 | ed98a6ecb1a0ecb18cecb2a8ed98b24c47 |
UHC | 혦챠챌첨혲LG | 110000101000111011000011101011011100001110100111110000111011011111000010100110010100110001000111 | c28ec3adc3a7c3b7c2994c47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)