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 | 訒ュ霎樣アカ | 111110111010001110101101111010001011111010011110111010011011000110110110 | fba3ade8be9ee9b1b6 |
EUC-JP | 訒ュ霎樣アカ | 10001111110111011100100010001110101011011111000011000000110111001110101110001110101100011000111010110110 | 8fddc88eadf0c0dceb8eb18eb6 |
UTF-8 | 訒ュ霎樣アカ | 111010001010100010010010111011111011110110101101111010011001110010001110111001101010100010100011111011111011110110110001111011111011110110110110 | e8a892efbdade99c8ee6a8a3efbdb1efbdb6 |
UHC | ???樣?? | 00111111001111110011111111100101110001100011111100111111 | 3f3f3fe5c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)