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 | 鮠狩ケ壽サ韮 | 11101001101111001000111011101011101110011001101011100110101110111001010001000010 | e9bc8eebb99ae6bb9442 |
EUC-JP | 鮠狩ケ壽サ韮 | 111100101011111010111100111011011000111010111001110101001110100010001110101110111100011110100011 | f2bebced8eb9d4e88ebbc7a3 |
UTF-8 | 鮠狩ケ壽サ韮 | 111010011010111010100000111001111000101110101001111011111011110110111001111001011010001110111101111011111011110110111011111010011001111110101110 | e9aea0e78ba9efbdb9e5a3bdefbdbbe99fae |
UHC | ?狩?壽?? | 0011111111100010101011010011111111100001111110000011111100111111 | 3fe2ad3fe1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)