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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋓室偲 | 111110111101011010001110101110101000111011000011 | fbd68eba8ec3 |
EUC-JP | 鋓室偲 | 10001111111001001011111110111100101111001011110011000101 | 8fe4bfbcbcbcc5 |
UTF-8 | 鋓室偲 | 111010011000101110010011111001011010111010100100111001011000000110110010 | e98b93e5aea4e581b2 |
UHC | ?室? | 00111111111000111111100000111111 | 3fe3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)