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 | 狄瑜狄猜 | 1110000010111101111000001110111111100000101111011110000011001000 | e0bde0efe0bde0c8 |
EUC-JP | 狄瑜狄猜 | 1110000010111111111000001111000111100000101111111110000011001010 | e0bfe0f1e0bfe0ca |
UTF-8 | 狄瑜狄猜 | 111001111000101110000100111001111001000110011100111001111000101110000100111001111000110010011100 | e78b84e7919ce78b84e78c9c |
UHC | 狄瑜狄猜 | 1110111011011010111010111010010111101110110110101110001111000100 | eedaeba5eedae3c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)