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 | ??も◆ | 001111110011111110000010111000001000000110011111 | 3f3f82e0819f |
EUC-JP | ??も◆ | 001111110011111110100100111000101010001010100001 | 3f3fa4e2a2a1 |
UTF-8 | 룶킃も◆ | 111010111010001110110110111011011000001010000011111000111000001010000010111000101001011110000110 | eba3b6ed8283e38282e29786 |
UHC | 룶킃も◆ | 1000111110101011101101001000111110101010111000101010000111011111 | 8fabb48faae2a1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)