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 | 邊「霆ク﨟ソ | 111001111011001010100010111010001011101110111000111110111001110110111111 | e7b2a2e8bbb8fb9dbf |
EUC-JP | 邊「霆ク?ソ | 1110111010110100100011101010001011110000101111011000111010111000001111111000111010111111 | eeb48ea2f0bd8eb83f8ebf |
UTF-8 | 邊「霆ク﨟ソ | 111010011000001010001010111011111011110110100010111010011001110010000110111011111011110110111000111011111010100010011111111011111011110110111111 | e9828aefbda2e99c86efbdb8efa89fefbdbf |
UHC | 邊?霆??? | 1101110010101011001111111110111111111101001111110011111100111111 | dcab3feffd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)