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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??旺??^ | 00111111001111111000100110100000001111110011111101011110 | 3f3f89a03f3f5e |
EUC-JP | ??旺??^ | 00111111001111111011001010100010001111110011111101011110 | 3f3fb2a23f3f5e |
UTF-8 | 롔了旺了롒^ | 11101011101000011001010011101111101001101011101011100110100101111011101011101111101001101011101011101011101000011001001001011110 | eba194efa6bae697baefa6baeba1925e |
UHC | 롔了旺了롒^ | 1000111011011000111010001110011111101000110110101110100011100111100011101101011101011110 | 8ed8e8e7e8dae8e78ed75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)