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 | 髫ィ蜊灘相 | 111010011001101010101000111001011000110110010011111001011001000110001010 | e99aa8e58d93e5918a |
EUC-JP | 髫ィ蜊灘相 | 11110001111110101000111010101000111010011110110111000110111001111100000111101010 | f1fa8ea8e9edc6e7c1ea |
UTF-8 | 髫ィ蜊灘相 | 111010011010101110101011111011111011110110101000111010001001110010001010111001111000000110011000111001111001101110111000 | e9ababefbda8e89c8ae78198e79bb8 |
UHC | ???灘相 | 00111111001111110011111111110111101010001101111111010011 | 3f3f3ff7a8dfd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)