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 | 霓?????? | 1110100010111101001111110011111100111111001111110011111100111111 | e8bd3f3f3f3f3f3f |
EUC-JP | 霓?????? | 1111000010111111001111110011111100111111001111110011111100111111 | f0bf3f3f3f3f3f3f |
UTF-8 | 霓낅뜄理볠룚璘 | 111010011001110010010011111010111000001010000101111010111001110010000100111011111010011110100100111010111011001110100000111010111010001110011010111011111010011110101111 | e99c93eb8285eb9c84efa7a4ebb3a0eba39aefa7af |
UHC | 霓낅뜄理볠룚璘 | 1110011111100111100001011110101110001101100010001110110010110101100100111110011010001111100101101110110011011110 | e7e785eb8d88ecb593e68f96ecde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)