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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 予??誼?? | 1001011101011100001111110011111110001011011000100011111100111111 | 975c3f3f8b623f3f |
EUC-JP | 予??誼?? | 1100110110111101001111110011111110110101110000110011111100111111 | cdbd3f3fb5c33f3f |
UTF-8 | 予롮뼔誼쏉쭔 | 111001001011101010001000111010111010000110101110111010111011110010010100111010001010101010111100111011001000111110001001111011001010110110010100 | e4ba88eba1aeebbc94e8aabcec8f89ecad94 |
UHC | 予롮뼔誼쏉쭔 | 111001011111100010001110111011001001011010011100111010111111111010011011111011111010011110001100 | e5f88eec969cebfe9befa78c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)