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 | ?夏漿? | 001111111000100111000100100111111111011100111111 | 3f89c49ff73f |
EUC-JP | ?夏漿? | 001111111011001011000110110111101111100100111111 | 3fb2c6def93f |
UTF-8 | 뤋夏漿㎓ | 111010111010010010001011111001011010010010001111111001101011110010111111111000111000111010010011 | eba48be5a48fe6bcbfe38e93 |
UHC | 뤋夏漿㎓ | 1000111110111011111110011011111011101101111011001010011111010111 | 8fbbf9beedeca7d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)