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 | 卒?診?? | 10010001101100100011111110010000011001100011111100111111 | 91b23f90663f3f |
EUC-JP | 卒?診?? | 11000010101101000011111110111111110001110011111100111111 | c2b43fbfc73f3f |
UTF-8 | 卒롊診렞뤿 | 111001011000110110010010111010111010000110001010111010001010100010111010111010111010000010011110111010111010010010111111 | e58d92eba18ae8a8baeba09eeba4bf |
UHC | 卒롊診렞뤿 | 11110000111011111000111011010000111100101110000010001110101011111000111111101011 | f0ef8ed0f2e08eaf8feb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)