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 | 騾第ウ鯉スア | 111010011000000010010001111001101011001110001100111011111011110110110001 | e98091e6b38cefbdb1 |
EUC-JP | 騾第ウ鯉スア | 111100011110000011000010111010001000111010110011101110001111000110001110101111011000111010110001 | f1e0c2e88eb3b8f18ebd8eb1 |
UTF-8 | 騾第ウ鯉スア | 111010011010100010111110111001111010110010101100111011111011110110110011111010011010111110001001111011111011110110111101111011111011110110110001 | e9a8bee7acacefbdb3e9af89efbdbdefbdb1 |
UHC | ?第?鯉?? | 0011111111110000101011110011111111010111111011110011111100111111 | 3ff0af3fd7ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)