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 | ⅴイ闔シスセ | 1111101001000100101100101110100010001110101111001011110110111110 | fa44b2e88ebcbdbe |
EUC-JP | ?イ闔シスセ | 0011111110001110101100101110111111101110100011101011110010001110101111011000111010111110 | 3f8eb2efee8ebc8ebd8ebe |
UTF-8 | ⅴイ闔シスセ | 111000101000010110110100111011111011110110110010111010011001011110010100111011111011110110111100111011111011110110111101111011111011110110111110 | e285b4efbdb2e99794efbdbcefbdbdefbdbe |
UHC | ⅴ?闔??? | 1010010110100101001111111111100111101111001111110011111100111111 | a5a53ff9ef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)