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 | ???援η?? | 001111110011111100111111100010011000011110000011110001010011111100111111 | 3f3f3f898783c53f3f |
EUC-JP | ???援η?? | 001111110011111100111111101100011110011110100110110001110011111100111111 | 3f3f3fb1e7a6c73f3f |
UTF-8 | 僚녹뻼援η댚璘 | 1110111110100110101110111110101110000101101110011110101110111011101111001110011010001111101101001100111010110111111010111000110010011010111011111010011110101111 | efa6bbeb85b9ebbbbce68fb4ceb7eb8c9aefa7af |
UHC | 僚녹뻼援η댚璘 | 1110100011101000101100111110110010010110100001111110101010110101101001011110011110001000101111101110110011011110 | e8e8b3ec9687eab5a5e788beecde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)