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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 酌叱写写 | 10001110110111101111000010111000100011101011011010001110110010101000111011001010 | 8edef0b88eb68eca8eca |
EUC-JP | 酌?叱写写 | 101111001110000000111111101111001011100010111100110011001011110011001100 | bce03fbcb8bcccbccc |
UTF-8 | 酌叱写写 | 111010011000010110001100111011101000000110110111111001011000111110110001111001011000011010011001111001011000011010011001 | e9858cee81b7e58fb1e58699e58699 |
UHC | 酌?叱?? | 11101101110011000011111111110010111010100011111100111111 | edcc3ff2ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)