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 | 郞幃岫鮓ッ豎 | 1111101110110110100110111110100110011011101010111110100110110110101011111110011010110001 | fbb69be99babe9b6afe6b1 |
EUC-JP | ?幃岫鮓ッ豎 | 0011111111010110111010111101011010101101111100101011100010001110101011111110110010110011 | 3fd6ebd6adf2b88eafecb3 |
UTF-8 | 郞幃岫鮓ッ豎 | 111010011000001110011110111001011011100110000011111001011011001010101011111010011010111010010011111011111011110110101111111010001011000110001110 | e9839ee5b983e5b2abe9ae93efbdafe8b18e |
UHC | 郞?岫??? | 1101010111001101001111111110000111111011001111110011111100111111 | d5cd3fe1fb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)