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 | 予??猶? | 10010111010111000011111100111111100101110101000000111111 | 975c3f3f97503f |
EUC-JP | 予??猶? | 11001101101111010011111100111111110011011011000100111111 | cdbd3f3fcdb13f |
UTF-8 | 予쀫빘猶밄 | 111001001011101010001000111011001000000010101011111010111011100110011000111001111000110010110110111010111011000010000100 | e4ba88ec80abebb998e78cb6ebb084 |
UHC | 予쀫빘猶밄 | 11100101111110001001011111101011100101011011100111101011101000101001001101000010 | e5f897eb95b9eba29342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)