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 | ??Y?? | 0011111100111111010110010011111100111111 | 3f3f593f3f |
SJIS-WIN | モュY箏 | 11010011101011010101100111110110110011101110001010110101 | d3ad59f6cee2b5 |
EUC-JP | モュY?箏 | 1000111011010011100011101010110101011001001111111110010010110111 | 8ed38ead593fe4b7 |
UTF-8 | モュY箏 | 11101111101111101001001111101111101111011010110101011001111011101001001110110101111001111010111010001111 | efbe93efbdad59ee93b5e7ae8f |
UHC | ??Y?箏 | 001111110011111101011001001111111110111010110100 | 3f3f593feeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)