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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蘊o?嵬?? | 111001010101110110000010100011110011111110011011110010100011111100111111 | e55d828f3f9bca3f3f |
EUC-JP | 蘊o?嵬?? | 111010011011111010100011111011110011111111010110110011000011111100111111 | e9bea3ef3fd6cc3f3f |
UTF-8 | 蘊o쉼嵬놂스 | 111010001001100010001010111011111011110110001111111011001000100110111100111001011011010110101100111010111000011010000010111011001000101010100100 | e8988aefbd8fec89bce5b5aceb8682ec8aa4 |
UHC | 蘊o쉼嵬놂스 | 111010001011001110100011111011111011110110110000111010001110001110110011111011111011110110111010 | e8b3a3efbdb0e8e3b3efbdba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)