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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?曉鋤 | 0011111110011101111110101000111110011011 | 3f9dfa8f9b |
EUC-JP | ?曉鋤 | 0011111111011010111111001011110111111011 | 3fdafcbdfb |
UTF-8 | 룿曉鋤 | 111010111010001110111111111001101001101110001001111010011000101110100100 | eba3bfe69b89e98ba4 |
UHC | 룿曉鋤 | 100011111011000011111100111110111110000010100111 | 8fb0fcfbe0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)