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 | 霽???功 | 11101000110001110011111100111111001111111000110011110111 | e8c73f3f3f8cf7 |
EUC-JP | 霽???功 | 11110000110010010011111100111111001111111011100011111001 | f0c93f3f3fb8f9 |
UTF-8 | 霽累렧편功 | 111010011001110010111101111011111010010110001111111010111010000010100111111011011000111010111000111001011000101010011111 | e99cbdefa58feba0a7ed8eb8e58a9f |
UHC | 霽累렧편功 | 11110000101110001101001011101001100011101011011011000110111011011100110111101101 | f0b8d2e98eb6c6edcded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)