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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???鎰?━ | 0011111100111111001111111110100001001100001111111000010010101010 | 3f3f3fe84c3f84aa |
EUC-JP | 邕??鎰?━ | 10001111111000011110110100111111001111111110111110101101001111111010100010101100 | 8fe1ed3f3fefad3fa8ac |
UTF-8 | 邕잆룇鎰볩━ | 111010011000001010010101111011001001111010000110111010111010001110000111111010011000111010110000111010111011001110101001111000101001010010000001 | e98295ec9e86eba387e98eb0ebb3a9e29481 |
UHC | 邕잆룇鎰볩━ | 111010001011101110011111111000111000111110000110111011001111000010010011111011111010011010101100 | e8bb9fe38f86ecf093efa6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)