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 | 羣水け薐 | 1110001110111000100100001000010110000010101011111110010101010010 | e3b8908582afe552 |
EUC-JP | 羣水け薐 | 1110011010111010101111111110010110100100101100011110100110110011 | e6babfe5a4b1e9b3 |
UTF-8 | 羣水け薐 | 111001111011111010100011111001101011000010110100111000111000000110010001111010001001011010010000 | e7bea3e6b0b4e38191e89690 |
UHC | ?水け? | 001111111110001010101001101010101011000100111111 | 3fe2a9aab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)