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 | 訂???辛? | 1001001011111001001111110011111100111111100100000110100000111111 | 92f93f3f3f90683f |
EUC-JP | 訂???辛? | 1100010011111011001111110011111100111111101111111100100100111111 | c4fb3f3f3fbfc93f |
UTF-8 | 訂렚롈렲辛렪 | 111010001010100010000010111010111010000010011010111010111010000110001000111010111010000010110010111010001011111010011011111010111010000010101010 | e8a882eba09aeba188eba0b2e8be9beba0aa |
UHC | 訂렚롈렲辛렪 | 111011111111010010001110101011011000111011001110100011101011111111100011111101001000111010111000 | eff48ead8ece8ebfe3f48eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)