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 | 鐔緒十苜 | 1110100001011100100011111000111110001111010111001110010010011100 | e85c8f8f8f5ce49c |
EUC-JP | 鐔緒十苜 | 1110111110111101101111011110111110111101101111011110011111111100 | efbdbdefbdbde7fc |
UTF-8 | 鐔緒十苜 | 111010011001000010010100111001111011011110010010111001011000110110000001111010001000101110011100 | e99094e7b792e58d81e88b9c |
UHC | ??十? | 0011111100111111111001001010100000111111 | 3f3fe4a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)