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 | 隴ス蜍溪゙ | 1110100010101101101111011110010110001011100111111110001011011110 | e8adbde58b9fe2de |
EUC-JP | 隴ス蜍溪゙ | 11110000101011111000111010111101111010011110101111011110111001001000111011011110 | f0af8ebde9ebdee48ede |
UTF-8 | 隴ス蜍溪゙ | 111010011001101010110100111011111011110110111101111010001001110010001101111001101011101010101010111011111011111010011110 | e99ab4efbdbde89c8de6baaaefbe9e |
UHC | ???溪? | 001111110011111100111111110011011010001000111111 | 3f3f3fcda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)