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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?卯?ゲ? | 00111111100010010100101100111111100000110101000100111111 | 3f894b3f83513f |
EUC-JP | ?卯?ゲ庾 | 001111111011000110101100001111111010010110110010100011111011110011001110 | 3fb1ac3fa5b28fbcce |
UTF-8 | 뤗卯咽ゲ庾 | 111010111010010010010111111001011000110110101111111011111010011010011110111000111000001010110010111001011011101010111110 | eba497e58dafefa69ee382b2e5babe |
UHC | 뤗卯咽ゲ庾 | 10001111110001111101100111010110111001101110110010101011101100101110101011101100 | 8fc7d9d6e6ecabb2eaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)