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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ケ?悠ダ | 001111110011111110000011010100000011111110010111010010011000001101011111 | 3f3f83503f9749835f |
EUC-JP | ??ケ?悠ダ | 001111110011111110100101101100010011111111001101101010101010010111000000 | 3f3fa5b13fcdaaa5c0 |
UTF-8 | 룶킃ケ룫悠ダ | 111010111010001110110110111011011000001010000011111000111000001010110001111010111010001110101011111001101000001010100000111000111000001110000000 | eba3b6ed8283e382b1eba3abe682a0e38380 |
UHC | 룶킃ケ룫悠ダ | 100011111010101110110100100011111010101110110001100011111010001011101010111011011010101111000000 | 8fabb48fabb18fa2eaedabc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)