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 | 吟??? | 1000101111100001001111110011111100111111 | 8be13f3f3f |
EUC-JP | 吟??? | 1011011011100011001111110011111100111111 | b6e33f3f3f |
UTF-8 | 吟㏘짠렽 | 111001011001000010011111111000111000111110011000111011001010011110100000111010111010000010111101 | e5909fe38f98eca7a0eba0bd |
UHC | 吟㏘짠렽 | 1110101111100001101000101110010011000010101001111000111011000101 | ebe1a2e4c2a78ec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)