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 | 犹琅犹釈 | 1110000010111001111000001110010011100000101110011000111011011111 | e0b9e0e4e0b98edf |
EUC-JP | 犹琅犹釈 | 1110000010111011111000001110011011100000101110111011110011100001 | e0bbe0e6e0bbbce1 |
UTF-8 | 犹琅犹釈 | 111001111000101010111001111001111001000010000101111001111000101010111001111010011000011110001000 | e78ab9e79085e78ab9e98788 |
UHC | ?琅?? | 0011111111010101110010100011111100111111 | 3fd5ca3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)