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 | 隲ア竕ォ褓咲 | 11101000101010111011000111100010100010011010101111100101111011101000110111100111 | e8abb1e289abe5ee8de7 |
EUC-JP | 隲ア竕ォ褓咲 | 111100001010110110001110101100011110001111101001100011101010101111101010111100001011101011101001 | f0ad8eb1e3e98eabeaf0bae9 |
UTF-8 | 隲ア竕ォ褓咲 | 111010011001101010110010111011111011110110110001111001111010101110010101111011111011110110101011111010001010010010010011111001011001001010110010 | e99ab2efbdb1e7ab95efbdabe8a493e592b2 |
UHC | ????褓? | 00111111001111110011111100111111110111001100111000111111 | 3f3f3f3fdcce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)