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 | 霆ク閠沓 | 11101000101110111011100011101000100000001000110001000010 | e8bbb8e8808c42 |
EUC-JP | 霆ク閠沓 | 1111000010111101100011101011100011101111111000001011011110100011 | f0bd8eb8efe0b7a3 |
UTF-8 | 霆ク閠沓 | 111010011001110010000110111011111011110110111000111010011001011010100000111001101011001010010011 | e99c86efbdb8e996a0e6b293 |
UHC | 霆??沓 | 111011111111110100111111001111111101001111001011 | effd3f3fd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)