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 | 髫埼。費スオ | 111010011001101010001101111010011010000110010100111011111011110110110101 | e99a8de9a194efbdb5 |
EUC-JP | 髫埼。費スオ | 111100011111101010111010111010111000111010100001110010001111000110001110101111011000111010110101 | f1fabaeb8ea1c8f18ebd8eb5 |
UTF-8 | 髫埼。費スオ | 111010011010101110101011111001011001111110111100111011111011110110100001111010001011001010111011111011111011110110111101111011111011110110110101 | e9ababe59fbcefbda1e8b2bbefbdbdefbdb5 |
UHC | ?埼?費?? | 0011111111010000111100100011111111011110101010000011111100111111 | 3fd0f23fdea83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)