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 | 錝豸釥オ昌ッ | 11111011110111011110011010110110111110111100000010110101100011111011100110101111 | fbdde6b6fbc0b58fb9af |
EUC-JP | 錝豸釥オ昌ッ | 1000111111100100110110111110110010111000100011111110001110101011100011101011010110111110101110111000111010101111 | 8fe4dbecb88fe3ab8eb5bebb8eaf |
UTF-8 | 錝豸釥オ昌ッ | 111010011000110010011101111010001011000110111000111010011000011110100101111011111011110110110101111001101001100010001100111011111011110110101111 | e98c9de8b1b8e987a5efbdb5e6988cefbdaf |
UHC | ????昌? | 00111111001111110011111100111111111100111110001100111111 | 3f3f3f3ff3e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)