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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葢暮カゥ | 111001001110001010010101111010011011011010101001 | e4e295e9b6a9 |
EUC-JP | 葢暮カゥ | 1110100011100100110010101110101110001110101101101000111010101001 | e8e4caeb8eb68ea9 |
UTF-8 | 葢暮カゥ | 111010001001000110100010111001101001101010101110111011111011110110110110111011111011110110101001 | e891a2e69aaeefbdb6efbda9 |
UHC | ?暮?? | 0011111111011001101110100011111100111111 | 3fd9ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)