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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?蚤???B | 00111111100101000110000100111111001111110011111101000010 | 3f94613f3f3f42 |
EUC-JP | ?蚤???B | 00111111110001111100001000111111001111110011111101000010 | 3fc7c23f3f3f42 |
UTF-8 | 롔蚤롆렑렱B | 11101011101000011001010011101000100110101010010011101011101000011000011011101011101000001001000111101011101000001011000101000010 | eba194e89aa4eba186eba091eba0b142 |
UHC | 롔蚤롆렑렱B | 1000111011011000111100001101111010001110110011001000111010100110100011101011111001000010 | 8ed8f0de8ecc8ea68ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)