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 | 黑ソチ | 11111100010010111011111111000001 | fc4bbfc1 |
EUC-JP | ?ソチ | 0011111110001110101111111000111011000001 | 3f8ebf8ec1 |
UTF-8 | 黑ソチ | 111010011011101110010001111011111011110110111111111011111011111010000001 | e9bb91efbdbfefbe81 |
UHC | 黑?? | 11111101110110010011111100111111 | fdd93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)