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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬨セ迢怜ョ | 1110100110101000101111101110011110001011100101111110010110101110 | e9a8bee78b97e5ae |
EUC-JP | 鬨セ迢怜ョ | 11110010101010101000111010111110111011011110101111001110111001111000111010101110 | f2aa8ebeedebcee78eae |
UTF-8 | 鬨セ迢怜ョ | 111010011010110010101000111011111011110110111110111010001011111110100010111001101000000010011100111011111011110110101110 | e9aca8efbdbee8bfa2e6809cefbdae |
UHC | ???怜? | 001111110011111100111111110101101011101100111111 | 3f3f3fd6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)