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 | ??¤? | 00111111001111111010010000111111 | 3f3fa43f |
SJIS-WIN | ???〓 | 0011111100111111001111111000000110101100 | 3f3f3f81ac |
EUC-JP | ??¤〓 | 00111111001111111000111110100010111100001010001010101110 | 3f3f8fa2f0a2ae |
UTF-8 | 룶콓¤〓 | 1110101110100011101101101110110010111101100100111100001010100100111000111000000010010011 | eba3b6ecbd93c2a4e38093 |
UHC | 룶콓¤〓 | 1000111110101011101100011000111110100010101101001010000111101011 | 8fabb18fa2b4a1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)