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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 밯뒏슕멽 | 111010111011000010101111111010111001001010001111111011001000101010010101111010111010100110111101 | ebb0afeb928fec8a95eba9bd |
UHC | 밯뒏슕멽 | 1001001101010111100010101000110010011010101001001001000101101010 | 93578a8c9aa4916a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)