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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ク鰰ォ悉 | 111100001010111110111000111010011101111010101011111100101011110010001110101110111111000010101111 | f0afb8e9deabf2bc8ebbf0af |
EUC-JP | ?ク鰰ォ?悉? | 0011111110001110101110001111001011100000100011101010101100111111101111001011110100111111 | 3f8eb8f2e08eab3fbcbd3f |
UTF-8 | ク鰰ォ悉 | 111011101000000110101110111011111011110110111000111010011011000010110000111011111011110110101011111011101000011110110011111001101000001010001001111011101000000110101110 | ee81aeefbdb8e9b0b0efbdabee87b3e68289ee81ae |
UHC | ?????悉? | 0011111100111111001111110011111100111111111000111111101000111111 | 3f3f3f3f3fe3fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)