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 | 若????? | 10001110111000010011111100111111001111110011111100111111 | 8ee13f3f3f3f3f |
EUC-JP | 若??璵?? | 101111001110001100111111001111111000111111001100111001100011111100111111 | bce33f3f8fcce63f3f |
UTF-8 | 若뙆댗璵뜇떟 | 111010001000101110100101111010111001100110000110111010111000110010010111111001111001001010110101111010111001110010000111111010111001011010011111 | e88ba5eb9986eb8c97e792b5eb9c87eb969f |
UHC | 若뙆댗璵뜇떟 | 111001011011010010001100100011001000100010111011111001101010010110001101100010101000101110110101 | e5b48c8c88bbe6a58d8a8bb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)