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 | リゥ鉉娼ッ | 11011000101010011110011111101001100011111010100110101111 | d8a9e7e98fa9af |
EUC-JP | リゥ鉉娼ッ | 10001110110110001000111010101001111011101110101110111110101010111000111010101111 | 8ed88ea9eeebbeab8eaf |
UTF-8 | リゥ鉉娼ッ | 111011111011111010011000111011111011110110101001111010011000100110001001111001011010100010111100111011111011110110101111 | efbe98efbda9e98989e5a8bcefbdaf |
UHC | ??鉉娼? | 00111111001111111111101011101000111100111101111000111111 | 3f3ffae8f3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)