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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????瑜?? | 0011111100111111001111110011111111100000111011110011111100111111 | 3f3f3f3fe0ef3f3f |
EUC-JP | ????瑜?? | 0011111100111111001111110011111111100000111100010011111100111111 | 3f3f3f3fe0f13f3f |
UTF-8 | 嶺싸욎눘瑜쇘춯 | 111011111010011010101011111011001000101110111000111011001001101010001110111010111000100010011000111001111001000110011100111011001000011110011000111011001011011010101111 | efa6abec8bb8ec9a8eeb8898e7919cec8798ecb6af |
UHC | 嶺싸욎눘瑜쇘춯 | 1110011110101101101111011100111010011110111011001000011110110001111010111010010110111100111001111010110110001100 | e7adbdce9eec87b1eba5bce7ad8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)