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 | 躍??肉?? | 1001011011110100001111110011111110010011111101110011111100111111 | 96f43f3f93f73f3f |
EUC-JP | 躍??肉?? | 1100110011110110001111110011111111000110111110010011111100111111 | ccf63f3fc6f93f3f |
UTF-8 | 躍녈끁肉뤺쓩 | 111010001011101010001101111010111000010110001000111010111000000110000001111010001000001010001001111010111010010010111010111011001001001110101001 | e8ba8deb8588eb8181e88289eba4baec93a9 |
UHC | 躍녈끁肉뤺쓩 | 111001011011100010110011111000111000010110110111111010111011111110001111111010001011111010110001 | e5b8b3e385b7ebbf8fe8beb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)