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 | 堤?瀞? | 100100101110011100111111100100111101001000111111 | 92e73f93d23f |
EUC-JP | 堤?瀞? | 110001001110100100111111110001101101010000111111 | c4e93fc6d43f |
UTF-8 | 堤렑瀞렏 | 111001011010000010100100111010111010000010010001111001111000000010011110111010111010000010001111 | e5a0a4eba091e7809eeba08f |
UHC | 堤렑瀞렏 | 1111000010100111100011101010011011101111111001111000111010100101 | f0a78ea6efe78ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)