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 | ◆?釐ぢ | 10000001100111110011111111100111110110001000001011000000 | 819f3fe7d882c0 |
EUC-JP | ◆?釐ぢ | 10100010101000010011111111101110110110101010010011000010 | a2a13feedaa4c2 |
UTF-8 | ◆룵釐ぢ | 111000101001011110000110111010111010001110110101111010011000011110010000111000111000000110100010 | e29786eba3b5e98790e381a2 |
UHC | ◆룵釐ぢ | 1010000111011111100011111010101011010111111011011010101011000010 | a1df8faad7edaac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)