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 | セュ陬酌樵ィ | 101111101010110111101000101000111000111011011110100011111011111110101000 | beade8a38ede8fbfa8 |
EUC-JP | セュ陬酌樵ィ | 100011101011111010001110101011011111000010100101101111001110000010111110110000011000111010101000 | 8ebe8eadf0a5bce0bec18ea8 |
UTF-8 | セュ陬酌樵ィ | 111011111011110110111110111011111011110110101101111010011001100110101100111010011000010110001100111001101010100010110101111011111011110110101000 | efbdbeefbdade999ace9858ce6a8b5efbda8 |
UHC | ???酌樵? | 0011111100111111001111111110110111001100111101011010001100111111 | 3f3f3fedccf5a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)