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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 偲辞偲ワトァャ | 10001110110000111000111010101011100011101100001111011100110001001010011110101100 | 8ec38eab8ec3dcc4a7ac |
EUC-JP | 偲辞偲ワトァャ | 1011110011000101101111001010110110111100110001011000111011011100100011101100010010001110101001111000111010101100 | bcc5bcadbcc58edc8ec48ea78eac |
UTF-8 | 偲辞偲ワトァャ | 111001011000000110110010111010001011111010011110111001011000000110110010111011111011111010011100111011111011111010000100111011111011110110100111111011111011110110101100 | e581b2e8be9ee581b2efbe9cefbe84efbda7efbdac |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)