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 | 巍???? | 100110111101100100111111001111110011111100111111 | 9bd93f3f3f3f |
EUC-JP | 巍??濚? | 1101011011011011001111110011111110001111110010011010000100111111 | d6db3f3f8fc9a13f |
UTF-8 | 巍ㅹ뇾濚먫 | 111001011011011110001101111000111000010110111001111010111000011110111110111001101011111110011010111010111010100010101011 | e5b78de385b9eb87bee6bf9aeba8ab |
UHC | 巍ㅹ뇾濚먫 | 11101000111001001010010011101001100001111001111111100111101110011001000011101000 | e8e4a4e9879fe7b990e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)