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 | 髯ーム伎コ撮 | 111010011001100110110000110100011000101011101010101110101000111001000010 | e999b0d18aeaba8e42 |
EUC-JP | 髯ーム伎コ撮 | 111100011111100110001110101100001000111011010001101101001110110010001110101110101011101110100011 | f1f98eb08ed1b4ec8ebabba3 |
UTF-8 | 髯ーム伎コ撮 | 111010011010101110101111111011111011110110110000111011111011111010010001111001001011110010001110111011111011110110111010111001101001001010101110 | e9abafefbdb0efbe91e4bc8eefbdbae692ae |
UHC | ???伎?撮 | 0011111100111111001111111101000011101011001111111111010111001001 | 3f3f3fd0eb3ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)