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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邂玲ョイ | 111001111010111010010111111001101010111010110010 | e7ae97e6aeb2 |
EUC-JP | 邂玲ョイ | 1110111010110000110011101110100010001110101011101000111010110010 | eeb0cee88eae8eb2 |
UTF-8 | 邂玲ョイ | 111010011000001010000010111001111000111010110010111011111011110110101110111011111011110110110010 | e98282e78eb2efbdaeefbdb2 |
UHC | 邂玲?? | 111110101011001111010110101111000011111100111111 | fab3d6bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)