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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??t? | 0011111100111111100000101001010000111111 | 3f3f82943f |
EUC-JP | ??t? | 0011111100111111101000111111010000111111 | 3f3fa3f43f |
UTF-8 | 뤶좁t즼 | 111010111010010010110110111011001010001010000001111011111011110110010100111011001010011010111100 | eba4b6eca281efbd94eca6bc |
UHC | 뤶좁t즼 | 1000111111100100110000011011110010100011111101001010001110001110 | 8fe4c1bca3f4a38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)