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 | ◆?釐へ | 10000001100111110011111111100111110110001000001011010110 | 819f3fe7d882d6 |
EUC-JP | ◆?釐へ | 10100010101000010011111111101110110110101010010011011000 | a2a13feedaa4d8 |
UTF-8 | ◆룵釐へ | 111000101001011110000110111010111010001110110101111010011000011110010000111000111000000110111000 | e29786eba3b5e98790e381b8 |
UHC | ◆룵釐へ | 1010000111011111100011111010101011010111111011011010101011011000 | a1df8faad7edaad8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)