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 | 犢珞犢゚ | 11100000101101111110000011100010111000001011011111011111 | e0b7e0e2e0b7df |
EUC-JP | 犢珞犢゚ | 1110000010111001111000001110010011100000101110011000111011011111 | e0b9e0e4e0b98edf |
UTF-8 | 犢珞犢゚ | 111001111000101010100010111001111000111110011110111001111000101010100010111011111011111010011111 | e78aa2e78f9ee78aa2efbe9f |
UHC | 犢珞犢? | 11010100101110111101010110101000110101001011101100111111 | d4bbd5a8d4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)