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 | ?????┸ | 00111111001111110011111100111111001111111000010010111101 | 3f3f3f3f3f84bd |
EUC-JP | 璵????┸ | 100011111100110011100110001111110011111100111111001111111010100010111111 | 8fcce63f3f3f3fa8bf |
UTF-8 | 璵밸툋流듸┸ | 111001111001001010110101111010111011000010111000111011011000100010001011111011111010011110001010111010111001001110111000111000101001010010111000 | e792b5ebb0b8ed888befa78aeb93b8e294b8 |
UHC | 璵밸툋流듸┸ | 111001101010010110111001111010111011100010000011111010101111110010110101111011111010011010111111 | e6a5b9ebb883eafcb5efa6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)