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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陬肥倦 | 111010001010001110010100111011001000110010010001 | e8a394ec8c91 |
EUC-JP | 陬肥倦 | 111100001010010111001000111011101011011111110001 | f0a5c8eeb7f1 |
UTF-8 | 陬肥倦 | 111010011001100110101100111010001000001010100101111001011000000010100110 | e999ace882a5e580a6 |
UHC | ?肥倦 | 0011111111011101111111101100111111100110 | 3fddfecfe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)